[Python-checkins] cpython (merge 3.4 -> default): Issue #24233: Add a proper link to socket.getfqdn() documentation.

berker.peksag python-checkins at python.org
Tue May 19 00:31:24 CEST 2015


https://hg.python.org/cpython/rev/0d6902537062
changeset:   96147:0d6902537062
parent:      96145:51b1187c9917
parent:      96146:f6e7953b5431
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue May 19 01:31:24 2015 +0300
summary:
  Issue #24233: Add a proper link to socket.getfqdn() documentation.

Patch by Ville Skyttä.

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
@@ -530,7 +530,7 @@
    always hold.
 
    Note: :func:`gethostname` doesn't always return the fully qualified domain
-   name; use ``getfqdn()`` (see above).
+   name; use :func:`getfqdn` for that.
 
 
 .. function:: gethostbyaddr(ip_address)

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


More information about the Python-checkins mailing list