[Python-checkins] cpython (3.4): Sync with asyncio

andrew.svetlov python-checkins at python.org
Mon Jan 11 05:26:25 EST 2016


https://hg.python.org/cpython/rev/c6a608f0bb67
changeset:   99836:c6a608f0bb67
branch:      3.4
parent:      99831:f4fe55dd5659
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Mon Jan 11 12:25:23 2016 +0200
summary:
  Sync with asyncio

files:
  Lib/asyncio/tasks.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/asyncio/tasks.py b/Lib/asyncio/tasks.py
--- 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list