summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:31:24 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:31:24 (GMT)
commit5f120fcecbf212b12334229911d21d53535c5096 (patch)
treea525ce9f31410727389e437420fe0426636b9970 /Doc
parentbbe44ce6af74edf72c45aab28afdd8eeada7596c (diff)
parent2a8baed833f70f074252e72b9062b76b35cc422f (diff)
downloadcpython-5f120fcecbf212b12334229911d21d53535c5096.zip
cpython-5f120fcecbf212b12334229911d21d53535c5096.tar.gz
cpython-5f120fcecbf212b12334229911d21d53535c5096.tar.bz2
Issue #24233: Add a proper link to socket.getfqdn() documentation.
Patch by Ville Skyttä.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 84fa10d..a9f2fd3 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -530,7 +530,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)