]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc: Fix typo in asyncio-eventloop.rst (GH-7345)
authorMarcoFalke <falke.marco@gmail.com>
Sat, 9 Jun 2018 23:09:13 +0000 (19:09 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 9 Jun 2018 23:09:13 +0000 (16:09 -0700)
This is a fixup to 19a44f63c738388ef3c8515348b4ffc061dfd627

Doc/library/asyncio-eventloop.rst

index f5fd094747b8ad268ce7625a52d9fb0ff6ac92bc..317f3fb85c54811437fb45f638b6e1ff9097ec75 100644 (file)
@@ -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`,