Issue #5341: Fix a variety of spelling errors.

This commit is contained in:
Mark Dickinson 2009-02-21 20:27:01 +00:00
parent a12a86e956
commit 3e4caeb3bf
56 changed files with 93 additions and 93 deletions

View file

@ -170,7 +170,7 @@ result_2004_html = """
class OutputTestCase(unittest.TestCase):
def normalize_calendar(self, s):
# Filters out locale dependant strings
# Filters out locale dependent strings
def neitherspacenordigit(c):
return not c.isspace() and not c.isdigit()