]> granicus.if.org Git - python/commitdiff
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
authorSandro Tosi <sandro.tosi@gmail.com>
Wed, 13 Jun 2012 21:58:54 +0000 (23:58 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Wed, 13 Jun 2012 21:58:54 +0000 (23:58 +0200)
Doc/library/socket.rst

index f236d30f26a95ef1c02fd91e8a471538a89e4e8e..532f0d361d480c9664db4761cb8d1d03c800c438 100644 (file)
@@ -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``