summaryrefslogtreecommitdiff
path: root/Lib/unittest/case.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/unittest/case.py')
-rw-r--r--Lib/unittest/case.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py
index b609cafe79..85ff002e71 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.