summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-task.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 20:21:35 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 20:21:35 (GMT)
commit3749404ba5968c5571d47bc8a984f008a7eb8f80 (patch)
tree90214113acdd1fa51e1648a43237e1cb7b754977 /Doc/library/asyncio-task.rst
parentc5deed3a1497316d4aa2ac350048d0c770016bc7 (diff)
downloadcpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.zip
cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.tar.gz
cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.tar.bz2
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/library/asyncio-task.rst')
-rw-r--r--Doc/library/asyncio-task.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index e7c316d..3223001 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -269,6 +269,7 @@ and it stores the result into the future. The
the future.
.. note::
+
The :meth:`~BaseEventLoop.run_until_complete` method uses internally the
:meth:`~Future.add_done_callback` method to be notified when the future is
done.