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

Skip to content

Commit ea47134

Browse files
committed
Fix versionadded to use 3.5.1 only for 3.5 branch
1 parent 3af81f2 commit ea47134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Task functions
622622
:func:`run_coroutine_threadsafe` requires the *loop* argument to
623623
be passed explicitely.
624624

625-
.. versionadded:: 3.4.4, 3.5.1
625+
.. versionadded:: 3.5.1
626626

627627
.. coroutinefunction:: sleep(delay, result=None, \*, loop=None)
628628

0 commit comments

Comments
 (0)