Skip to content

Commit f6a899f

Browse files
committed
Issue #15060: merge with 3.2
2 parents 9994b09 + 27b130e commit f6a899f

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
@@ -61,7 +61,7 @@ created. Socket addresses are represented as follows:
6161
- A pair ``(host, port)`` is used for the :const:`AF_INET` address family,
6262
where *host* is a string representing either a hostname in Internet domain
6363
notation like ``'daring.cwi.nl'`` or an IPv4 address like ``'100.50.200.5'``,
64-
and *port* is an integer port number.
64+
and *port* is an integer.
6565

6666
- For :const:`AF_INET6` address family, a four-tuple ``(host, port, flowinfo,
6767
scopeid)`` is used, where *flowinfo* and *scopeid* represent the ``sin6_flowinfo``

0 commit comments

Comments
 (0)