Issue #27171: Fix typos in documentation, comments, and test function names

This commit is contained in:
Martin Panter 2016-06-02 10:07:09 +00:00
parent 1b207c55a4
commit e26da7c03a
30 changed files with 51 additions and 51 deletions

View file

@ -71,7 +71,7 @@ class BaseTestSuite(object):
try:
test = self._tests[index]
except TypeError:
# support for suite implementations that have overriden self._tests
# support for suite implementations that have overridden self._tests
pass
else:
# Some unittest tests add non TestCase/TestSuite objects to