summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-task.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-12-03 00:59:38 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-12-03 00:59:38 (GMT)
commit933a8c82ce1f156d35d9b902a1cf4ab5db04e68f (patch)
treee4b506fc4d3f3b077b0f38029421f9cb91cae4e6 /Doc/library/asyncio-task.rst
parent1ca5ba611b0458526fd12a23df4bfdf5a9e37a4d (diff)
downloadcpython-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.rst2
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|