Fixed typo.
This commit is contained in:
parent
596ee26d32
commit
c29cc79166
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue