diff --git a/Lib/test/test_zipimport_support.py b/Lib/test/test_zipimport_support.py index 704f35c6b0e..1b617abcb99 100644 --- a/Lib/test/test_zipimport_support.py +++ b/Lib/test/test_zipimport_support.py @@ -182,7 +182,7 @@ class ZipSupportTests(ImportHooksBaseTestCase): deprecations = [] if __debug__: # Ignore all warnings about the use of class Tester in this module. - depcreations.append(("class Tester is deprecated", DeprecationWarning)) + deprecations.append(("class Tester is deprecated", DeprecationWarning)) if sys.py3kwarning: deprecations += [ ("backquote not supported", SyntaxWarning),