]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix typo in asyncio-eventloop documentation (GH-22311)
authorBruno <brunogeninatti@gmail.com>
Wed, 19 May 2021 21:18:42 +0000 (18:18 -0300)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 21:18:42 +0000 (22:18 +0100)
Doc/library/asyncio-eventloop.rst

index ca91efec260db212b933119bbf270a1498fda693..f34fe09591c5bc8f87b337b8d82a4231d2725da0 100644 (file)
@@ -445,7 +445,7 @@ Opening network connections
      and *local_addr* should be specified.
 
    * *local_addr*, if given, is a ``(local_host, local_port)`` tuple used
-     to bind the socket to locally.  The *local_host* and *local_port*
+     to bind the socket locally.  The *local_host* and *local_port*
      are looked up using ``getaddrinfo()``, similarly to *host* and *port*.
 
    * *ssl_handshake_timeout* is (for a TLS connection) the time in seconds
@@ -523,7 +523,7 @@ Opening network connections
    Other arguments:
 
    * *local_addr*, if given, is a ``(local_host, local_port)`` tuple used
-     to bind the socket to locally.  The *local_host* and *local_port*
+     to bind the socket locally.  The *local_host* and *local_port*
      are looked up using :meth:`getaddrinfo`.
 
    * *remote_addr*, if given, is a ``(remote_host, remote_port)`` tuple used