Skip to content

Commit e33697e

Browse files
committed
Fix cross-references
1 parent 6620235 commit e33697e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/rationale.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ domains rigidly separate.
4141

4242
The core of the "normal" asyncio main loop is the repeated execution of
4343
synchronous code that's submitted to
44-
:meth:`asyncio.AbstractEventLoop.call_soon` or
45-
:meth:`asyncio.AbstractEventLoop.call_later`, or as the callbacks for
46-
:meth:`asyncio.AbstractEventLoop.add_reader` /
47-
:meth:`asyncio.AbstractEventLoop.add_writer`.
44+
:meth:`asyncio.loop.call_soon` or
45+
:meth:`asyncio.loop.call_later`, or as the callbacks for
46+
:meth:`asyncio.loop.add_reader` /
47+
:meth:`asyncio.loop.add_writer`.
4848

4949
Everything else within the ``asyncio`` core, esp. Futures, Coroutines, and
5050
``await``'ing them, is just syntactic sugar. There is no concept of a

0 commit comments

Comments
 (0)