Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
re-add newline
  • Loading branch information
akulakov committed Aug 26, 2021
commit 5f7485769329f42851ca5b1dda5103789f5855b5
1 change: 1 addition & 0 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ The :mod:`socket` module also offers various network-related services:
it is returned unchanged. If *name* was empty or equal to ``'0.0.0.0'``,
the hostname from :func:`gethostname` is returned.


.. function:: gethostbyname(hostname)

Translate a host name to IPv4 address format. The IPv4 address is returned as a
Expand Down