]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27280: Fix typo in IPv6Network documentation
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 10 Jun 2016 11:26:07 +0000 (14:26 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 10 Jun 2016 11:26:07 +0000 (14:26 +0300)
Patch by Arthur Carcano.

Doc/library/ipaddress.rst

index 6a7b979d4c5a87e2d4f2a6611045de49a8c37f15..f6bfcf9d51444f7ceed93a3210cc35e03fecb72f 100644 (file)
@@ -580,7 +580,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
 
    4. A two-tuple of an address description and a netmask, where the address
       description is either a string, a 128-bits integer, a 16-bytes packed
-      integer, or an existing IPv4Address object; and the netmask is an
+      integer, or an existing IPv6Address object; and the netmask is an
       integer representing the prefix length.
 
    An :exc:`AddressValueError` is raised if *address* is not a valid IPv6