Fix broken :ref: in asyncio docs (GH-11805)

(cherry picked from commit 5033e315d2)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-05-27 21:22:25 -07:00 committed by GitHub
parent 1062cf71fa
commit d57bb1c2f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.