asyncio doc: reorder methods; typo

This commit is contained in:
Victor Stinner 2013-12-03 01:59:38 +01:00
parent 1ca5ba611b
commit 933a8c82ce
2 changed files with 14 additions and 14 deletions

View file

@ -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|