mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #27171: Fix typos in documentation, comments, and test function names
This commit is contained in:
parent
1b207c55a4
commit
e26da7c03a
30 changed files with 51 additions and 51 deletions
|
@ -737,7 +737,7 @@ class StrTest(unittest.TestCase, BaseStrTest):
|
|||
finally:
|
||||
r = s = None
|
||||
|
||||
# The original test_translate is overriden here, so as to get the
|
||||
# The original test_translate is overridden here, so as to get the
|
||||
# correct size estimate: str.translate() uses an intermediate Py_UCS4
|
||||
# representation.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue