Commit 7e28df94 authored by Robert Collins's avatar Robert Collins

unittest: Trivial typo fix.

parent caa01f86
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment