Fix typo in PEP 492

`noting` -> `nothing`
This commit is contained in:
Luke Deen Taylor 2016-06-28 15:30:38 -04:00 committed by GitHub
parent e901e81295
commit e6f594d151
1 changed files with 1 additions and 1 deletions

View File

@ -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