summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-06-13 21:58:54 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-06-13 21:58:54 (GMT)
commit56692f572231be88ea95d9165156d2b2d6033a56 (patch)
tree16822cbf0db0b2fa4d9945f9c7b4fe7ac6f99231
parent197651b4e38449c7fe4c13e7c6feebeb5c52d220 (diff)
downloadcpython-56692f572231be88ea95d9165156d2b2d6033a56.zip
cpython-56692f572231be88ea95d9165156d2b2d6033a56.tar.gz
cpython-56692f572231be88ea95d9165156d2b2d6033a56.tar.bz2
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
-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 f236d30..532f0d3 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 integral port number.
+ and *port* is an integer port number.
- For :const:`AF_INET6` address family, a four-tuple ``(host, port, flowinfo,
scopeid)`` is used, where *flowinfo* and *scopeid* represent the ``sin6_flowinfo``