[Python-checkins] r81875 - in python/branches/py3k: Lib/unittest/case.py

michael.foord python-checkins at python.org
Thu Jun 10 18:17:07 CEST 2010


Author: michael.foord
Date: Thu Jun 10 18:17:07 2010
New Revision: 81875

Log:
Merged revisions 81859 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81859 | michael.foord | 2010-06-09 13:29:56 +0100 (Wed, 09 Jun 2010) | 1 line
  
  Typo correction.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/unittest/case.py

Modified: python/branches/py3k/Lib/unittest/case.py
==============================================================================
--- python/branches/py3k/Lib/unittest/case.py	(original)
+++ python/branches/py3k/Lib/unittest/case.py	Thu Jun 10 18:17:07 2010
@@ -172,7 +172,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