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