[Python-checkins] r81859 - python/trunk/Lib/unittest/case.py

michael.foord python-checkins at python.org
Wed Jun 9 14:29:56 CEST 2010


Author: michael.foord
Date: Wed Jun  9 14:29:56 2010
New Revision: 81859

Log:
Typo correction.

Modified:
   python/trunk/Lib/unittest/case.py

Modified: python/trunk/Lib/unittest/case.py
==============================================================================
--- python/trunk/Lib/unittest/case.py	(original)
+++ python/trunk/Lib/unittest/case.py	Wed Jun  9 14:29:56 2010
@@ -160,7 +160,7 @@
 
     longMessage = False
 
-    # This attribute sets the maximum length of a diff in failure messsages
+    # This attribute sets the maximum length of a diff in failure messages
     # by assert methods using difflib. It is looked up as an instance attribute
     # so can be configured by individual tests if required.
 


More information about the Python-checkins mailing list