]> granicus.if.org Git - python/commitdiff
fix typo
authorBenjamin Peterson <benjamin@python.org>
Tue, 16 Oct 2012 02:29:02 +0000 (22:29 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 16 Oct 2012 02:29:02 +0000 (22:29 -0400)
Lib/test/test_zipimport_support.py

index 704f35c6b0e01605bfa07f181cb3d09481a15034..1b617abcb99109c0faae002f3babe91349a33a5f 100644 (file)
@@ -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),