mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
Fix broken :ref: in asyncio docs (GH-11805)
(cherry picked from commit 5033e315d2)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
parent
1062cf71fa
commit
d57bb1c2f7
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