Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197651b commit 56692f5Copy full SHA for 56692f5
1 file changed
Doc/library/socket.rst
@@ -47,7 +47,7 @@ Socket addresses are represented as follows:
47
- A pair ``(host, port)`` is used for the :const:`AF_INET` address family,
48
where *host* is a string representing either a hostname in Internet domain
49
notation like ``'daring.cwi.nl'`` or an IPv4 address like ``'100.50.200.5'``,
50
- and *port* is an integral port number.
+ and *port* is an integer port number.
51
52
- For :const:`AF_INET6` address family, a four-tuple ``(host, port, flowinfo,
53
scopeid)`` is used, where *flowinfo* and *scopeid* represent the ``sin6_flowinfo``
0 commit comments