Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00445d2

Browse files
committed
Fix typo in comment.
1 parent 1456fde commit 00445d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_codeccallbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def xmlcharnamereplace(exc):
5151

5252
def test_uninamereplace(self):
5353
# We're using the names from the unicode database this time,
54-
# and we're doing "systax highlighting" here, i.e. we include
54+
# and we're doing "syntax highlighting" here, i.e. we include
5555
# the replaced text in ANSI escape sequences. For this it is
5656
# useful that the error handler is not called for every single
5757
# unencodable character, but for a complete sequence of

0 commit comments

Comments
 (0)