]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 81859 via svnmerge from
authorMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 10 Jun 2010 16:17:07 +0000 (16:17 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 10 Jun 2010 16:17:07 +0000 (16:17 +0000)
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.
........

Lib/unittest/case.py

index 91c4fbe994f0198a77678434cee9cbadde0e8be8..3bc2b3d1edc34fddeff992cf32acea1596644f94 100644 (file)
@@ -172,7 +172,7 @@ class TestCase(object):
 
     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.