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

Patch by Ville Skyttä.
This commit is contained in:
Berker Peksag 2015-05-19 01:31:00 +03:00
parent ed9ed7fdc6
commit 2a8baed833
1 changed files with 1 additions and 1 deletions

View File

@ -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)