From: Berker Peksag Date: Fri, 10 Jun 2016 11:26:07 +0000 (+0300) Subject: Issue #27280: Fix typo in IPv6Network documentation X-Git-Tag: v3.5.2rc1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=420e4d843b8b8995aaf7019645e4249d49113cd9;p=thirdparty%2FPython%2Fcpython.git Issue #27280: Fix typo in IPv6Network documentation Patch by Arthur Carcano. --- diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 6a7b979d4c5a..f6bfcf9d5144 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -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