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 31930fc763..9abe984330 100644 --- a/Lib/test/test_functools.py +++ b/Lib/test/test_functools.py @@ -1506,7 +1506,7 @@ class TestSingleDispatch(unittest.TestCase): object]) # MutableSequence below is registered directly on D. In other words, it - # preceeds MutableMapping which means single dispatch will always + # precedes MutableMapping which means single dispatch will always # choose MutableSequence here. class D(c.defaultdict): pass |