mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #24233: Add a proper link to socket.getfqdn() documentation.
Patch by Ville Skyttä.
This commit is contained in:
commit
5f120fcecb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue