Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2a37b commit 5033e31Copy full SHA for 5033e31
1 file changed
Doc/library/asyncio-protocol.rst
@@ -73,7 +73,7 @@ Transports are classes provided by :mod:`asyncio` in order to abstract
73
various kinds of communication channels.
74
75
Transport objects are always instantiated by an
76
-ref:`asyncio event loop <asyncio-event-loop>`.
+:ref:`asyncio event loop <asyncio-event-loop>`.
77
78
asyncio implements transports for TCP, UDP, SSL, and subprocess pipes.
79
The methods available on a transport depend on the transport's kind.
0 commit comments