doc: Fix typo in asyncio-eventloop.rst (GH-7345)
This is a fixup to19a44f63c7
(cherry picked from commit7e0d882a98
) Co-authored-by: MarcoFalke <falke.marco@gmail.com>
This commit is contained in:
parent
20cd5c6e21
commit
055bd80fd9
|
@ -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