]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix broken :ref: in asyncio docs (GH-11805)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2019 04:22:25 +0000 (21:22 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 04:22:25 +0000 (21:22 -0700)
(cherry picked from commit 5033e315d28d54a41bcd987d04e6e6453d5b275f)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Doc/library/asyncio-protocol.rst

index f54dece05f3a2f6bcac6d109fe471d118117acbe..d8d7947c030ac2a967568bd4039b052e736062e1 100644 (file)
@@ -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.