From e6f594d1516436369d1d4842d54835dc1891e5b1 Mon Sep 17 00:00:00 2001 From: Luke Deen Taylor Date: Tue, 28 Jun 2016 15:30:38 -0400 Subject: [PATCH] Fix typo in PEP 492 `noting` -> `nothing` --- pep-0492.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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