From 00445d2393a9d2570766faa28d7066495c27ee01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 25 Nov 2002 17:58:02 +0000 Subject: Fix typo in comment. --- Lib/test/test_codeccallbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_codeccallbacks.py b/Lib/test/test_codeccallbacks.py index 9efbaf7..d758910 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 -- cgit v0.12