[Python-checkins] cpython (3.2): Issue #15060: better fix, thanks to review on #python-dev

sandro.tosi python-checkins at python.org
Thu Jun 14 00:37:39 CEST 2012


http://hg.python.org/cpython/rev/e616985284cd
changeset:   77421:e616985284cd
branch:      3.2
parent:      77418:4d755a711823
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Thu Jun 14 00:37:09 2012 +0200
summary:
  Issue #15060: better fix, thanks to review on #python-dev

files:
  Doc/library/socket.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -47,7 +47,7 @@
 - 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``

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list