diff options
Diffstat (limited to 'Lib/test/test_functools.py')
-rw-r--r-- | Lib/test/test_functools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_functools.py b/Lib/test/test_functools.py index 35ec2e2..2245b97 100644 --- a/Lib/test/test_functools.py +++ b/Lib/test/test_functools.py @@ -420,7 +420,7 @@ class TestPartialC(TestPartial, unittest.TestCase): p.keywords[self] = ['sth2'] return 'astr' - # Raplacing the value during key formatting should keep the original + # Replacing the value during key formatting should keep the original # value alive (at least long enough). p.keywords[MutatesYourDict()] = ['sth'] r = repr(p) |