Skip to content

Commit e68d86e

Browse files
shenanigansdGlyphack
authored andcommitted
pythongh-110383: Swap 'the all' -> 'all the' in socket docs (python#110434)
1 parent d2501d2 commit e68d86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ The next two examples are identical to the above two, but support both IPv4 and
21002100
IPv6. The server side will listen to the first address family available (it
21012101
should listen to both instead). On most of IPv6-ready systems, IPv6 will take
21022102
precedence and the server may not accept IPv4 traffic. The client side will try
2103-
to connect to the all addresses returned as a result of the name resolution, and
2103+
to connect to all the addresses returned as a result of the name resolution, and
21042104
sends traffic to the first one connected successfully. ::
21052105

21062106
# Echo server program

0 commit comments

Comments
 (0)