summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:31:00 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:31:00 (GMT)
commit2a8baed833f70f074252e72b9062b76b35cc422f (patch)
treec95c467967cbaad8975b592a815519d7e466ab11 /Doc/library
parented9ed7fdc6648e9d6428031ecafc9c03aff31539 (diff)
downloadcpython-2a8baed833f70f074252e72b9062b76b35cc422f.zip
cpython-2a8baed833f70f074252e72b9062b76b35cc422f.tar.gz
cpython-2a8baed833f70f074252e72b9062b76b35cc422f.tar.bz2
Issue #24233: Add a proper link to socket.getfqdn() documentation.
Patch by Ville Skyttä.
Diffstat (limited to 'Doc/library')
-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 b703e9e..8b5e871 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)