From: Sandro Tosi Date: Wed, 13 Jun 2012 21:58:54 +0000 (+0200) Subject: Issue #15060: fix typo in socket doc; Patch by anatoly techtonik X-Git-Tag: v3.3.0b1~211^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56692f572231be88ea95d9165156d2b2d6033a56;p=python Issue #15060: fix typo in socket doc; Patch by anatoly techtonik --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index f236d30f26..532f0d361d 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``