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

This is a fixup to 19a44f63c7
This commit is contained in:
MarcoFalke 2018-06-09 19:09:13 -04:00 committed by Mariatta
parent ced0adb263
commit 7e0d882a98
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. callable returning a :ref:`protocol <asyncio-protocol>` instance.
This method will try to establish the connection in the background. 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: Options changing how the connection is created:
@ -429,7 +429,7 @@ Creating connections
efficiently. efficiently.
This method will try to establish the connection in the background. 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* *path* is the name of a UNIX domain socket, and is required unless a *sock*
parameter is specified. Abstract UNIX sockets, :class:`str`, parameter is specified. Abstract UNIX sockets, :class:`str`,