mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #5341: Fix a variety of spelling errors.
This commit is contained in:
parent
a12a86e956
commit
3e4caeb3bf
56 changed files with 93 additions and 93 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue