Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ea31f5

Browse files
committed
merge 3.4
2 parents 3feb946 + 9d976fa commit 4ea31f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/asyncio/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def timeout(timeout, *, loop=None):
744744
For example:
745745
746746
>>> with asyncio.timeout(0.001):
747-
>>> yield from coro()
747+
... yield from coro()
748748
749749
750750
timeout: timeout value in seconds

0 commit comments

Comments
 (0)