summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r--Doc/library/asyncio-eventloop.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index e1b47d2..19a0acd 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.