Skip to content

Commit 9c5494d

Browse files
authored
PEP 3156: Fix a typo — "ipv4_address" -> "ipv6_address" (#3721)
Typo fix.
1 parent 5c98168 commit 9c5494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-3156.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ usually called implicitly by ``create_connection()``,
564564
format as returned by ``socket.getaddrinfo()``, i.e. a list of
565565
``(address_family, socket_type, socket_protocol, canonical_name,
566566
address)`` where ``address`` is a 2-tuple ``(ipv4_address, port)``
567-
for IPv4 addresses and a 4-tuple ``(ipv4_address, port, flow_info,
567+
for IPv4 addresses and a 4-tuple ``(ipv6_address, port, flow_info,
568568
scope_id)`` for IPv6 addresses. If the ``family`` argument is zero
569569
or unspecified, the list returned may contain a mixture of IPv4 and
570570
IPv6 addresses; otherwise the addresses returned are constrained by

0 commit comments

Comments
 (0)