[Python-checkins] cpython (3.5): Issue #27280: Fix typo in IPv6Network documentation

berker.peksag python-checkins at python.org
Fri Jun 10 07:26:31 EDT 2016


https://hg.python.org/cpython/rev/fcd9f6ffbeaf
changeset: 101849:fcd9f6ffbeaf
branch: 3.5
parent: 101846:e6093676e93b
user: Berker Peksag <berker.peksag at gmail.com>
date: Fri Jun 10 14:26:07 2016 +0300
summary:
 Issue #27280: Fix typo in IPv6Network documentation
Patch by Arthur Carcano.
files:
 Doc/library/ipaddress.rst | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -580,7 +580,7 @@
 
 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
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /