Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5033e31

Browse files
authored
Fix broken :ref: in asyncio docs (GH-11805)
1 parent 7b2a37b commit 5033e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Transports are classes provided by :mod:`asyncio` in order to abstract
7373
various kinds of communication channels.
7474

7575
Transport objects are always instantiated by an
76-
ref:`asyncio event loop <asyncio-event-loop>`.
76+
:ref:`asyncio event loop <asyncio-event-loop>`.
7777

7878
asyncio implements transports for TCP, UDP, SSL, and subprocess pipes.
7979
The methods available on a transport depend on the transport's kind.

0 commit comments

Comments
 (0)