mirror of
https://github.com/python/cpython.git
synced 2025-10-27 16:57:08 +00:00
Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
parent
98472b8396
commit
0f84764a09
12 changed files with 14 additions and 14 deletions
|
|
@ -327,7 +327,7 @@ added matters. To illustrate::
|
|||
each resulting line to the ``max_line_length``. If ``cte_type`` is
|
||||
``7bit``, non-ascii binary data is CTE encoded using the ``unknown-8bit``
|
||||
charset. Otherwise the original source header is used, with its existing
|
||||
line breaks and and any (RFC invalid) binary data it may contain.
|
||||
line breaks and any (RFC invalid) binary data it may contain.
|
||||
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2637,7 +2637,7 @@ copying.
|
|||
>>> z.nbytes
|
||||
48
|
||||
|
||||
Cast 1D/unsigned char to to 2D/unsigned long::
|
||||
Cast 1D/unsigned char to 2D/unsigned long::
|
||||
|
||||
>>> buf = struct.pack("L"*6, *list(range(6)))
|
||||
>>> x = memoryview(buf)
|
||||
|
|
|
|||
|
|
@ -988,7 +988,7 @@ patch
|
|||
you pass in `create=True`, and the attribute doesn't exist, patch will
|
||||
create the attribute for you when the patched function is called, and
|
||||
delete it again afterwards. This is useful for writing tests against
|
||||
attributes that your production code creates at runtime. It is off by by
|
||||
attributes that your production code creates at runtime. It is off by
|
||||
default because it can be dangerous. With it switched on you can write
|
||||
passing tests against APIs that don't actually exist!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue