mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +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
|
@ -109,7 +109,7 @@ class CodecCallbackTest(unittest.TestCase):
|
|||
# useful that the error handler is not called for every single
|
||||
# unencodable character, but for a complete sequence of
|
||||
# unencodable characters, otherwise we would output many
|
||||
# unneccessary escape sequences.
|
||||
# unnecessary escape sequences.
|
||||
|
||||
def uninamereplace(exc):
|
||||
if not isinstance(exc, UnicodeEncodeError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue