summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2016-01-11 13:42:05 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2016-01-11 13:42:05 (GMT)
commitf7272a667e9964fd203ab21ca6fe12f0e5b38a8a (patch)
treef9f958d41b274fe7f58cfaec556345e681d31ac7 /Doc/library
parent38bb42c1328b36a8d6e7f879f71069e90617011f (diff)
parentea471348f47253da0fd9701b28bcba76e27fecbf (diff)
downloadcpython-f7272a667e9964fd203ab21ca6fe12f0e5b38a8a.zip
cpython-f7272a667e9964fd203ab21ca6fe12f0e5b38a8a.tar.gz
cpython-f7272a667e9964fd203ab21ca6fe12f0e5b38a8a.tar.bz2
merge 3.5
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index c896b8d..febb734 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -622,7 +622,7 @@ Task functions
:func:`run_coroutine_threadsafe` requires the *loop* argument to
be passed explicitely.
- .. versionadded:: 3.4.4, 3.5.1
+ .. versionadded:: 3.5.1
.. coroutinefunction:: sleep(delay, result=None, \*, loop=None)