8000 [doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256) · python/cpython@9d16b1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d16b1a

Browse files
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)
(cherry picked from commit b66a03a) Co-authored-by: Bruno <brunogeninatti@gmail.com>
1 parent 65dede6 commit 9d16b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Opening network connections
445445
and *local_addr* should be specified.
446446

447447
* *local_addr*, if given, is a ``(local_host, local_port)`` tuple used
448-
to bind the socket to locally. The *local_host* and *local_port*
448+
to bind the socket locally. The *local_host* and *local_port*
449449
are looked up using ``getaddrinfo()``, similarly to *host* and *port*.
450450

451451
* *ssl_handshake_timeout* is (for a TLS connection) the time in seconds
@@ -523,7 +523,7 @@ Opening network connections
523523
Other arguments:
524524

525525
* *local_addr*, if given, is a ``(local_host, local_port)`` tuple used
526-
to bind the socket to locally. The *local_host* and *local_port*
526+
to bind the socket locally. The *local_host* and *local_port*
527527
are looked up using :meth:`getaddrinfo`.
528528

529529
* *remote_addr*, if given, is a ``(remote_host, remote_port)`` tuple used

0 commit comments

Comments
 (0)
0