diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-06-09 12:29:56 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-06-09 12:29:56 (GMT) |
commit | ae1bb9a00cd4c09a0eca455c9238aec905d8f995 (patch) | |
tree | 23a80f89b8fbaf45743b8cff92c0f5f0d02152a9 /Lib | |
parent | 0fedb28951034e0ee3c5cd4761257d85a5fd4da2 (diff) | |
download | cpython-ae1bb9a00cd4c09a0eca455c9238aec905d8f995.zip cpython-ae1bb9a00cd4c09a0eca455c9238aec905d8f995.tar.gz cpython-ae1bb9a00cd4c09a0eca455c9238aec905d8f995.tar.bz2 |
Typo correction.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/unittest/case.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index b609caf..85ff002 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. |