Fixed typo.

This commit is contained in:
Eric V. Smith 2013-11-11 09:01:17 -05:00
parent 596ee26d32
commit c29cc79166
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ choice (the standard implementation always returns coroutines). All
event loop methods documented as accepting coroutine arguments *must*
accept both Futures and coroutines for such arguments. (A convenience
function, ``async()``, exists to convert an argument that is either a
conroutine or a Future into a Future.)
coroutine or a Future into a Future.)
For users (like myself) who don't like using callbacks, a scheduler is
provided for writing asynchronous I/O code as coroutines using the PEP