diff options
author | Yury Selivanov <yury@magic.io> | 2018-09-14 20:32:07 (GMT) |
---|---|---|
committer | Carol Willing <carolcode@willingconsulting.com> | 2018-09-14 20:32:07 (GMT) |
commit | 3faaa8857a42a36383bb18425444e597fc876797 (patch) | |
tree | 109c2997624aba5ed64b619938a6ca8a7bf007c1 /Doc/library/asyncio-eventloop.rst | |
parent | ad8a0004206ba7aec5a8a60fce413da718080db2 (diff) | |
download | cpython-3faaa8857a42a36383bb18425444e597fc876797.zip cpython-3faaa8857a42a36383bb18425444e597fc876797.tar.gz cpython-3faaa8857a42a36383bb18425444e597fc876797.tar.bz2 |
bpo-33649: Refresh Tasks and Futures pages (#9314)
* bpo-33649: Refresh Tasks and Futures pages
* Fixes
* Fix markup
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r-- | Doc/library/asyncio-eventloop.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index baa5234..e1b47d2 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -1429,7 +1429,7 @@ event loop:: .. seealso:: - A similar :ref:`Hello World <asyncio-hello-world-coroutine>` + A similar :ref:`Hello World <coroutine>` example created with a coroutine and the :func:`run` function. |