diff options
| author | Yury Selivanov <yury@magic.io> | 2018-09-14 15:11:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-14 15:11:24 -0700 |
| commit | 7372c3bbefb4763dbd1b6d66f7971bef28c0f056 (patch) | |
| tree | a3a1520099a54abbb6165bbcc4a249fb68cf24dd /Doc/library/asyncio-eventloop.rst | |
| parent | 6c7316439d966cdbc76ffcc005e5d9c563064ba2 (diff) | |
| download | cpython-git-7372c3bbefb4763dbd1b6d66f7971bef28c0f056.tar.gz | |
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
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 e1b47d2588..19a0acdfd5 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -1466,7 +1466,7 @@ during 5 seconds, and then stops the event loop:: .. seealso:: - A similar :ref:`current date <asyncio-date-coroutine>` example + A similar :ref:`current date <asyncio_example_sleep>` example created with a coroutine and the :func:`run` function. |
