mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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.buffer = buffer
|
||||
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
|
||||
# specified by the warnings arg or the -W python flag
|
||||
self.warnings = 'default'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue