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.
........
This commit is contained in:
Michael Foord 2010-06-10 16:17:07 +00:00
parent b874874194
commit c41d141f4f
1 changed files with 1 additions and 1 deletions

View File

@ -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.