summaryrefslogtreecommitdiffstats
path: root/Lib/unittest
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-06-10 16:17:07 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-06-10 16:17:07 (GMT)
commitc41d141f4fff5b25dd8c79d744c6726807d62cc8 (patch)
tree41b755da2469eb8ff9fea46091c97dcd47533c67 /Lib/unittest
parentb8748741945beb03ccb6bcf59b08f590109cb21b (diff)
downloadcpython-c41d141f4fff5b25dd8c79d744c6726807d62cc8.zip
cpython-c41d141f4fff5b25dd8c79d744c6726807d62cc8.tar.gz
cpython-c41d141f4fff5b25dd8c79d744c6726807d62cc8.tar.bz2
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. ........
Diffstat (limited to 'Lib/unittest')
-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 91c4fbe..3bc2b3d 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.