From: Michael Foord Date: Thu, 10 Jun 2010 16:17:07 +0000 (+0000) Subject: Merged revisions 81859 via svnmerge from X-Git-Tag: v3.2a1~581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c41d141f4fff5b25dd8c79d744c6726807d62cc8;p=thirdparty%2FPython%2Fcpython.git 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. ........ --- diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index 91c4fbe994f0..3bc2b3d1edc3 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py @@ -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.