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.
2 parents 9994b09 + 27b130e commit f6a899fCopy full SHA for f6a899f
1 file changed
Doc/library/socket.rst
@@ -61,7 +61,7 @@ created. Socket addresses are represented as follows:
61
- A pair ``(host, port)`` is used for the :const:`AF_INET` address family,
62
where *host* is a string representing either a hostname in Internet domain
63
notation like ``'daring.cwi.nl'`` or an IPv4 address like ``'100.50.200.5'``,
64
- and *port* is an integer port number.
+ and *port* is an integer.
65
66
- For :const:`AF_INET6` address family, a four-tuple ``(host, port, flowinfo,
67
scopeid)`` is used, where *flowinfo* and *scopeid* represent the ``sin6_flowinfo``
0 commit comments