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

This commit is contained in:
Pablo Galindo 2019-02-10 00:21:37 +00:00 committed by GitHub
parent 7b2a37b728
commit 5033e315d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.