diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 22:34:00 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 22:34:00 (GMT) |
commit | 0f84764a09401bb93f544141a433db5acd751dd2 (patch) | |
tree | 738adf0e585f39a92f5f3b414fc3feeab636e196 /Doc/library/ipaddress.rst | |
parent | 98472b839674a78b0cbb09f50a61f70019591a4a (diff) | |
download | cpython-0f84764a09401bb93f544141a433db5acd751dd2.zip cpython-0f84764a09401bb93f544141a433db5acd751dd2.tar.gz cpython-0f84764a09401bb93f544141a433db5acd751dd2.tar.bz2 |
Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Doc/library/ipaddress.rst')
-rw-r--r-- | Doc/library/ipaddress.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 86d84af..ed23217 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -393,7 +393,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`. .. attribute:: is_link_local These attributes are true for the network as a whole if they are true - true for both the network address and the broadcast address + for both the network address and the broadcast address .. attribute:: network_address @@ -452,7 +452,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`. .. method:: overlaps(other) ``True`` if this network is partly or wholly contained in *other* or - or *other* is wholly contained in this network. + *other* is wholly contained in this network. .. method:: address_exclude(network) @@ -582,7 +582,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`. .. attribute:: is_site_local These attribute is true for the network as a whole if it is true - true for both the network address and the broadcast address + for both the network address and the broadcast address Operators |