Commit 2a8baed8 authored by Berker Peksag's avatar Berker Peksag

Issue #24233: Add a proper link to socket.getfqdn() documentation.

Patch by Ville Skyttä.
parent ed9ed7fd
...@@ -513,7 +513,7 @@ The :mod:`socket` module also offers various network-related services: ...@@ -513,7 +513,7 @@ The :mod:`socket` module also offers various network-related services:
always hold. always hold.
Note: :func:`gethostname` doesn't always return the fully qualified domain 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) .. function:: gethostbyaddr(ip_address)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment