mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#110435)
Co-authored-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
This commit is contained in:
parent
11137d3822
commit
93279cc8b8
1 changed files with 1 additions and 1 deletions
|
|
@ -2100,7 +2100,7 @@ The next two examples are identical to the above two, but support both IPv4 and
|
|||
IPv6. The server side will listen to the first address family available (it
|
||||
should listen to both instead). On most of IPv6-ready systems, IPv6 will take
|
||||
precedence and the server may not accept IPv4 traffic. The client side will try
|
||||
to connect to the all addresses returned as a result of the name resolution, and
|
||||
to connect to all the addresses returned as a result of the name resolution, and
|
||||
sends traffic to the first one connected successfully. ::
|
||||
|
||||
# Echo server program
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue