cpython: b34c42e46e7b (original) (raw)
Mercurial > cpython
changeset 99204:b34c42e46e7b 3.4
asyncio.docs: Fix versionadded
Yury Selivanov yselivanov@sprymix.com | |
---|---|
date | Wed, 18 Nov 2015 12:44:31 -0500 |
parents | 89d66f912671 |
children | 4ae62ddf7bc7 9b3144716d17 |
files | Doc/library/asyncio-task.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/asyncio-task.rst 2 |
line wrap: on
line diff
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -699,4 +699,4 @@ Task functions
Unlike the functions above, :func:run_coroutine_threadsafe
requires the
loop argument to be passed explicitely.