mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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 = []
|
||||
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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue