mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Fix typo in comment.
This commit is contained in:
parent
1456fde6a0
commit
00445d2393
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def xmlcharnamereplace(exc):
|
||||||
|
|
||||||
def test_uninamereplace(self):
|
def test_uninamereplace(self):
|
||||||
# We're using the names from the unicode database this time,
|
# We're using the names from the unicode database this time,
|
||||||
# and we're doing "systax highlighting" here, i.e. we include
|
# and we're doing "syntax highlighting" here, i.e. we include
|
||||||
# the replaced text in ANSI escape sequences. For this it is
|
# the replaced text in ANSI escape sequences. For this it is
|
||||||
# useful that the error handler is not called for every single
|
# useful that the error handler is not called for every single
|
||||||
# unencodable character, but for a complete sequence of
|
# unencodable character, but for a complete sequence of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue