asyncio.docs: Fix versionadded

This commit is contained in:
Yury Selivanov 2015-11-18 12:44:31 -05:00
parent b3dd6d70c7
commit 01a65af4a1

View file

@ -699,4 +699,4 @@ Task functions
Unlike the functions above, :func:`run_coroutine_threadsafe` requires the
*loop* argument to be passed explicitely.
.. versionadded:: 3.4.4
.. versionadded:: 3.4.4, 3.5.1