diff options
| author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-14 00:37:09 +0200 |
|---|---|---|
| committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-14 00:37:09 +0200 |
| commit | 27b130e7026843de85954c4c976ec96c0e226987 (patch) | |
| tree | b310edf734e7927f69545d2a1ff6ba81125550b1 /Doc/library/socket.rst | |
| parent | 56692f572231be88ea95d9165156d2b2d6033a56 (diff) | |
| download | cpython-git-27b130e7026843de85954c4c976ec96c0e226987.tar.gz | |
Issue #15060: better fix, thanks to review on #python-dev
Diffstat (limited to 'Doc/library/socket.rst')
| -rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 532f0d361d..0aef183872 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -47,7 +47,7 @@ Socket addresses are represented as follows: - A pair ``(host, port)`` is used for the :const:`AF_INET` address family, where *host* is a string representing either a hostname in Internet domain notation like ``'daring.cwi.nl'`` or an IPv4 address like ``'100.50.200.5'``, - and *port* is an integer port number. + and *port* is an integer. - For :const:`AF_INET6` address family, a four-tuple ``(host, port, flowinfo, scopeid)`` is used, where *flowinfo* and *scopeid* represent the ``sin6_flowinfo`` |
