doc: Fix typo in asyncio-eventloop.rst (GH-7345)

This is a fixup to 19a44f63c7
(cherry picked from commit 7e0d882a98)

Co-authored-by: MarcoFalke <falke.marco@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-06-09 16:30:16 -07:00 committed by GitHub
parent 20cd5c6e21
commit 055bd80fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ Creating connections
callable returning a :ref:`protocol <asyncio-protocol>` instance.
This method will try to establish the connection in the background.
When successful, the it returns a ``(transport, protocol)`` pair.
When successful, it returns a ``(transport, protocol)`` pair.
Options changing how the connection is created:
@ -429,7 +429,7 @@ Creating connections
efficiently.
This method will try to establish the connection in the background.
When successful, the it returns a ``(transport, protocol)`` pair.
When successful, it returns a ``(transport, protocol)`` pair.
*path* is the name of a UNIX domain socket, and is required unless a *sock*
parameter is specified. Abstract UNIX sockets, :class:`str`,