diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-12-03 00:59:38 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-12-03 00:59:38 (GMT) |
commit | 933a8c82ce1f156d35d9b902a1cf4ab5db04e68f (patch) | |
tree | e4b506fc4d3f3b077b0f38029421f9cb91cae4e6 /Doc/library/asyncio-task.rst | |
parent | 1ca5ba611b0458526fd12a23df4bfdf5a9e37a4d (diff) | |
download | cpython-933a8c82ce1f156d35d9b902a1cf4ab5db04e68f.zip cpython-933a8c82ce1f156d35d9b902a1cf4ab5db04e68f.tar.gz cpython-933a8c82ce1f156d35d9b902a1cf4ab5db04e68f.tar.bz2 |
asyncio doc: reorder methods; typo
Diffstat (limited to 'Doc/library/asyncio-task.rst')
-rw-r--r-- | Doc/library/asyncio-task.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 9541438..e55f962 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -199,7 +199,7 @@ Task functions or ``None``, there is no limit to the wait time. *return_when* indicates when this function should return. It must be one of - the following constants of the :mod`concurrent.futures` module: + the following constants of the :mod:`concurrent.futures` module: .. tabularcolumns:: |l|L| |