From: Walter Dörwald Date: Mon, 25 Nov 2002 17:58:02 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: v2.3c1~3246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00445d2393a9d2570766faa28d7066495c27ee01;p=python Fix typo in comment. --- diff --git a/Lib/test/test_codeccallbacks.py b/Lib/test/test_codeccallbacks.py index 9efbaf78f4..d7589100fd 100644 --- a/Lib/test/test_codeccallbacks.py +++ b/Lib/test/test_codeccallbacks.py @@ -51,7 +51,7 @@ class CodecCallbackTest(unittest.TestCase): def test_uninamereplace(self): # 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 # useful that the error handler is not called for every single # unencodable character, but for a complete sequence of