summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-06-13 22:37:09 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-06-13 22:37:09 (GMT)
commit27b130e7026843de85954c4c976ec96c0e226987 (patch)
treeb310edf734e7927f69545d2a1ff6ba81125550b1
parent56692f572231be88ea95d9165156d2b2d6033a56 (diff)
downloadcpython-27b130e7026843de85954c4c976ec96c0e226987.zip
cpython-27b130e7026843de85954c4c976ec96c0e226987.tar.gz
cpython-27b130e7026843de85954c4c976ec96c0e226987.tar.bz2
Issue #15060: better fix, thanks to review on #python-dev
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 532f0d3..0aef183 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``