diff --git a/pep-0492.txt b/pep-0492.txt index fabe37446..d2bb1eb1c 100644 --- a/pep-0492.txt +++ b/pep-0492.txt @@ -673,7 +673,7 @@ coroutines:: @asyncio.coroutine def useful(): - asyncio.sleep(1) # this will do noting without 'yield from' + asyncio.sleep(1) # this will do nothing without 'yield from' For debugging this kind of mistakes there is a special debug mode in asyncio, in which ``@coroutine`` decorator wraps all functions with a