commit | 9d976fa75f7862891bca4b66129ec07909683a83 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Jan 11 12:25:23 2016 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Jan 11 12:25:23 2016 +0200 |
tree | 0211fb7387e4b95e327c95e972b49c65469122a4 | |
parent | c07b16b40f0848038c407a459f21bff38973b595 [diff] [blame] |
Sync with asyncio
diff --git a/Lib/asyncio/tasks.py b/Lib/asyncio/tasks.py index 3c25e2d..c37aa41 100644 --- a/Lib/asyncio/tasks.py +++ b/Lib/asyncio/tasks.py
@@ -744,7 +744,7 @@ For example: >>> with asyncio.timeout(0.001): - >>> yield from coro() + ... yield from coro() timeout: timeout value in seconds