Fix minor spelling mistake in 492.

This commit is contained in:
Larry Hastings 2015-05-04 16:32:37 -07:00
parent dea50ecfc3
commit ff91b78ea3
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ New Standard Library Functions
in ``await`` expression. See `Await Expression`_ for details.
* ``sys.set_coroutine_wrapper(wrapper)`` allows to intercept creation
of *coroutine objects*. ``wraper`` must be a callable that accepts
of *coroutine objects*. ``wrapper`` must be a callable that accepts
one argument: a *coroutine object* or ``None``. ``None`` resets the
wrapper. If called twice, the new wrapper replaces the previous one.
The function is thread-specific. See `Debugging Features`_ for more