mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
fix typo
This commit is contained in:
parent
ca01a76878
commit
fd6d3b149f
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class ZipSupportTests(ImportHooksBaseTestCase):
|
||||||
deprecations = []
|
deprecations = []
|
||||||
if __debug__:
|
if __debug__:
|
||||||
# Ignore all warnings about the use of class Tester in this module.
|
# 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:
|
if sys.py3kwarning:
|
||||||
deprecations += [
|
deprecations += [
|
||||||
("backquote not supported", SyntaxWarning),
|
("backquote not supported", SyntaxWarning),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue