Skip to content

Commit

Permalink
pythongh-110383: Swap 'the all' -> 'all the' in socket docs (pythonGH…
Browse files Browse the repository at this point in the history
…-110434)

(cherry picked from commit d257479)

Co-authored-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
  • Loading branch information
shenanigansd authored and miss-islington committed Oct 5, 2023
1 parent 2ab41c8 commit 5834e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/socket.rst
Expand Up @@ -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
Expand Down

0 comments on commit 5834e66

Please sign in to comment.