From: Pablo Galindo Date: Sun, 10 Feb 2019 00:21:37 +0000 (+0000) Subject: Fix broken :ref: in asyncio docs (GH-11805) X-Git-Tag: v3.8.0a2~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5033e315d28d54a41bcd987d04e6e6453d5b275f;p=thirdparty%2FPython%2Fcpython.git Fix broken :ref: in asyncio docs (GH-11805) --- diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index 5e6b5b480562..f08738dd62bb 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -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 `. +:ref:`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.