File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ The :mod:`socket` module also offers various network-related services:
880
880
.. function :: gethostbyname_ex(hostname)
881
881
882
882
Translate a host name to IPv4 address format, extended interface. Return a
883
- triple ``(hostname, aliaslist, ipaddrlist) `` where *hostname * is the host's
883
+ 3-tuple ``(hostname, aliaslist, ipaddrlist) `` where *hostname * is the host's
884
884
primary host name, *aliaslist * is a (possibly
885
885
empty) list of alternative host names for the same address, and *ipaddrlist * is
886
886
a list of IPv4 addresses for the same interface on the same host (often but not
@@ -908,7 +908,7 @@ The :mod:`socket` module also offers various network-related services:
908
908
909
909
.. function :: gethostbyaddr(ip_address)
910
910
911
- Return a triple ``(hostname, aliaslist, ipaddrlist) `` where *hostname * is the
911
+ Return a 3-tuple ``(hostname, aliaslist, ipaddrlist) `` where *hostname * is the
912
912
primary host name responding to the given *ip_address *, *aliaslist * is a
913
913
(possibly empty) list of alternative host names for the same address, and
914
914
*ipaddrlist * is a list of IPv4/v6 addresses for the same interface on the same
You can’t perform that action at this time.
0 commit comments