Skip to content

Commit a55c203

Browse files
[3.11] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#110436)
Co-authored-by: Bradley Reynolds <[email protected]>
1 parent a503bdf commit a55c203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socket.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ The next two examples are identical to the above two, but support both IPv4 and
20012001
IPv6. The server side will listen to the first address family available (it
20022002
should listen to both instead). On most of IPv6-ready systems, IPv6 will take
20032003
precedence and the server may not accept IPv4 traffic. The client side will try
2004-
to connect to the all addresses returned as a result of the name resolution, and
2004+
to connect to all the addresses returned as a result of the name resolution, and
20052005
sends traffic to the first one connected successfully. ::
20062006

20072007
# Echo server program

0 commit comments

Comments
 (0)