Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56692f5

Browse files
committed
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
1 parent 197651b commit 56692f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Socket addresses are represented as follows:
4747
- A pair ``(host, port)`` is used for the :const:`AF_INET` address family,
4848
where *host* is a string representing either a hostname in Internet domain
4949
notation like ``'daring.cwi.nl'`` or an IPv4 address like ``'100.50.200.5'``,
50-
and *port* is an integral port number.
50+
and *port* is an integer port number.
5151

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

0 commit comments

Comments
 (0)