From: Berker Peksag Date: Mon, 18 May 2015 22:31:00 +0000 (+0300) Subject: Issue #24233: Add a proper link to socket.getfqdn() documentation. X-Git-Tag: v3.5.0b1~78^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a8baed833f70f074252e72b9062b76b35cc422f;p=thirdparty%2FPython%2Fcpython.git Issue #24233: Add a proper link to socket.getfqdn() documentation. Patch by Ville Skyttä. --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index b703e9e9a6fe..8b5e871ffe9e 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -513,7 +513,7 @@ The :mod:`socket` module also offers various network-related services: 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)