File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `,
You can’t perform that action at this time.
0 commit comments