Commit 7e0d882a authored by MarcoFalke's avatar MarcoFalke Committed by Mariatta

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

This is a fixup to 19a44f63
parent ced0adb2
......@@ -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`,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment