mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +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
|
@ -4492,7 +4492,7 @@ class PyWhitebox(unittest.TestCase):
|
|||
x = Decimal(2**578) ** Decimal("-0.5")
|
||||
|
||||
def test_py_immutability_operations(self):
|
||||
# Do operations and check that it didn't change change internal objects.
|
||||
# Do operations and check that it didn't change internal objects.
|
||||
Decimal = P.Decimal
|
||||
DefaultContext = P.DefaultContext
|
||||
setcontext = P.setcontext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue