Issue #17047: remove doubled words added in 3.3

as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
Terry Jan Reedy 2013-03-11 18:34:00 -04:00
parent 98472b8396
commit 0f84764a09
12 changed files with 14 additions and 14 deletions

View file

@ -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