]> granicus.if.org Git - python/commitdiff
Typo correction.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Wed, 9 Jun 2010 12:29:56 +0000 (12:29 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Wed, 9 Jun 2010 12:29:56 +0000 (12:29 +0000)
Lib/unittest/case.py

index b609cafe7936ab7931d86a90e6a9a2b0bd7dee54..85ff002e7176de9e6270f182f4e703147d540eba 100644 (file)
@@ -160,7 +160,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.