mirror of
https://github.com/python/cpython.git
synced 2025-09-08 01:41:19 +00:00
Fix broken :ref: in asyncio docs (GH-11805)
This commit is contained in:
parent
7b2a37b728
commit
5033e315d2
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Transports are classes provided by :mod:`asyncio` in order to abstract
|
|||
various kinds of communication channels.
|
||||
|
||||
Transport objects are always instantiated by an
|
||||
ref:`asyncio event loop <asyncio-event-loop>`.
|
||||
:ref:`asyncio event loop <asyncio-event-loop>`.
|
||||
|
||||
asyncio implements transports for TCP, UDP, SSL, and subprocess pipes.
|
||||
The methods available on a transport depend on the transport's kind.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue