Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 420e4d8

Browse files
committed
Issue #27280: Fix typo in IPv6Network documentation
Patch by Arthur Carcano.
1 parent 63b91e5 commit 420e4d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ipaddress.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
580580

581581
4. A two-tuple of an address description and a netmask, where the address
582582
description is either a string, a 128-bits integer, a 16-bytes packed
583-
integer, or an existing IPv4Address object; and the netmask is an
583+
integer, or an existing IPv6Address object; and the netmask is an
584584
integer representing the prefix length.
585585

586586
An :exc:`AddressValueError` is raised if *address* is not a valid IPv6

0 commit comments

Comments
 (0)