unittest: Trivial typo fix.

This commit is contained in:
Robert Collins 2015-03-06 11:35:29 +13:00
parent caa01f861c
commit 7e28df94ec
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def __init__(self, module='__main__', defaultTest=None, argv=None,
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'