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

Skip to content

Commit 9d976fa

Browse files
committed
Sync with asyncio
1 parent c07b16b commit 9d976fa

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)