mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
doc: Fix typo in asyncio-eventloop.rst (GH-7345)
This is a fixup to 19a44f63c7
This commit is contained in:
parent
ced0adb263
commit
7e0d882a98
1 changed files with 2 additions and 2 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue