doc: Fix typo in asyncio-eventloop.rst (GH-7345)
This is a fixup to 19a44f63c7
This commit is contained in:
parent
ced0adb263
commit
7e0d882a98
|
@ -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`,
|
||||||
|
|
Loading…
Reference in New Issue