mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
fix typo
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user