summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-protocol.rst
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-02-10 00:21:37 (GMT)
committerGitHub <noreply@github.com>2019-02-10 00:21:37 (GMT)
commit5033e315d28d54a41bcd987d04e6e6453d5b275f (patch)
tree2177ce4511bb96adda979947fb574b80ef133428 /Doc/library/asyncio-protocol.rst
parent7b2a37b728b37e7da6d3f48c24c93a9dd0daa0fc (diff)
downloadcpython-5033e315d28d54a41bcd987d04e6e6453d5b275f.zip
cpython-5033e315d28d54a41bcd987d04e6e6453d5b275f.tar.gz
cpython-5033e315d28d54a41bcd987d04e6e6453d5b275f.tar.bz2
Fix broken :ref: in asyncio docs (GH-11805)
Diffstat (limited to 'Doc/library/asyncio-protocol.rst')
-rw-r--r--Doc/library/asyncio-protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
index 5e6b5b4..f08738d 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 <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.