[Python-checkins] cpython: unittest: Trivial typo fix.

robert.collins python-checkins at python.org
Thu Mar 5 23:35:39 CET 2015


https://hg.python.org/cpython/rev/1821bc784a23
changeset:   94870:1821bc784a23
user:        Robert Collins <rbtcollins at hp.com>
date:        Fri Mar 06 11:35:29 2015 +1300
summary:
  unittest: Trivial typo fix.

files:
  Lib/unittest/main.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/unittest/main.py b/Lib/unittest/main.py
--- a/Lib/unittest/main.py
+++ b/Lib/unittest/main.py
@@ -74,7 +74,7 @@
         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'

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list