From: Michael Foord Date: Wed, 9 Jun 2010 12:29:56 +0000 (+0000) Subject: Typo correction. X-Git-Tag: v2.7rc2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae1bb9a00cd4c09a0eca455c9238aec905d8f995;p=thirdparty%2FPython%2Fcpython.git Typo correction. --- diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index b609cafe7936..85ff002e7176 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py @@ -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.