summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b703e9e9a6..8b5e871ffe 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)