mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
unittest: Trivial typo fix.
This commit is contained in:
parent
caa01f861c
commit
7e28df94ec
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class TestProgram(object):
|
||||||
self.verbosity = verbosity
|
self.verbosity = verbosity
|
||||||
self.buffer = buffer
|
self.buffer = buffer
|
||||||
if warnings is None and not sys.warnoptions:
|
if warnings is None and not sys.warnoptions:
|
||||||
# even if DreprecationWarnings are ignored by default
|
# even if DeprecationWarnings are ignored by default
|
||||||
# print them anyway unless other warnings settings are
|
# print them anyway unless other warnings settings are
|
||||||
# specified by the warnings arg or the -W python flag
|
# specified by the warnings arg or the -W python flag
|
||||||
self.warnings = 'default'
|
self.warnings = 'default'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue