Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e0d882

Browse files
MarcoFalkeMariatta
authored andcommitted
doc: Fix typo in asyncio-eventloop.rst (GH-7345)
This is a fixup to 19a44f6
1 parent ced0adb commit 7e0d882

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Creating connections
376376
callable returning a :ref:`protocol <asyncio-protocol>` instance.
377377

378378
This method will try to establish the connection in the background.
379-
When successful, the it returns a ``(transport, protocol)`` pair.
379+
When successful, it returns a ``(transport, protocol)`` pair.
380380

381381
Options changing how the connection is created:
382382

@@ -429,7 +429,7 @@ Creating connections
429429
efficiently.
430430

431431
This method will try to establish the connection in the background.
432-
When successful, the it returns a ``(transport, protocol)`` pair.
432+
When successful, it returns a ``(transport, protocol)`` pair.
433433

434434
*path* is the name of a UNIX domain socket, and is required unless a *sock*
435435
parameter is specified. Abstract UNIX sockets, :class:`str`,

0 commit comments

Comments
 (0)