summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
diff options
context:
space:
mode:
authorC.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>2022-09-27 23:47:14 (GMT)
committerGitHub <noreply@github.com>2022-09-27 23:47:14 (GMT)
commitcc0f3a10f0ee507d9044ef9036cf3e711c5338a9 (patch)
treecc6dc046163ab9b3f20bc90ac41d3668efd94dac /Doc/library/asyncio-eventloop.rst
parentaab01e3524d966dca6e72c718a2c71403a14e47c (diff)
downloadcpython-cc0f3a10f0ee507d9044ef9036cf3e711c5338a9.zip
cpython-cc0f3a10f0ee507d9044ef9036cf3e711c5338a9.tar.gz
cpython-cc0f3a10f0ee507d9044ef9036cf3e711c5338a9.tar.bz2
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97603)
Also fix up some cross-references in the asyncio docs.
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r--Doc/library/asyncio-eventloop.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index ef0f6fc..b61ffd5 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -1,6 +1,8 @@
.. currentmodule:: asyncio
+.. _asyncio-event-loop:
+
==========
Event Loop
==========
@@ -92,7 +94,7 @@ This documentation page contains the following sections:
loop APIs.
-.. _asyncio-event-loop:
+.. _asyncio-event-loop-methods:
Event Loop Methods
==================
@@ -1598,6 +1600,7 @@ Do not instantiate the class directly.
.. _asyncio-event-loops:
+.. _asyncio-event-loop-implementations:
Event Loop Implementations
==========================
@@ -1644,7 +1647,7 @@ on Unix and :class:`ProactorEventLoop` on Windows.
Abstract base class for asyncio-compliant event loops.
- The :ref:`Event Loop Methods <asyncio-event-loop>` section lists all
+ The :ref:`asyncio-event-loop-methods` section lists all
methods that an alternative implementation of ``AbstractEventLoop``
should have defined.