From fd6d3b149f78de2fb7953cc4f957e99b3db30813 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 15 Oct 2012 22:29:02 -0400 Subject: fix typo --- Lib/test/test_zipimport_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_zipimport_support.py b/Lib/test/test_zipimport_support.py index 704f35c..1b617ab 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), -- cgit v0.12