summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-10 14:26:07 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-06-10 14:26:07 +0300
commitaae0f8560ba1869d13944d6cbaaadd7da1bf1bc5 (patch)
tree299eac7f4fd8dd5e633e4c144c0cc8ce9b7fd383
parent61e4722b5d80ccd456823234fdf3ea3605bb6db0 (diff)
downloadcpython-aae0f8560ba1869d13944d6cbaaadd7da1bf1bc5.tar.gz
Issue #27280: Fix typo in IPv6Network documentation
Patch by Arthur Carcano.
-rw-r--r--Doc/library/ipaddress.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
index 6a7b979d4c..f6bfcf9d51 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