summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2002-11-25 17:58:02 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2002-11-25 17:58:02 (GMT)
commit00445d2393a9d2570766faa28d7066495c27ee01 (patch)
treefdc47dacdfabb1d866d2f9d07babfa2598af27d6
parent1456fde6a0d21cef0d78250c7d0f996772530502 (diff)
downloadcpython-00445d2393a9d2570766faa28d7066495c27ee01.zip
cpython-00445d2393a9d2570766faa28d7066495c27ee01.tar.gz
cpython-00445d2393a9d2570766faa28d7066495c27ee01.tar.bz2
Fix typo in comment.
-rw-r--r--Lib/test/test_codeccallbacks.py2
1 files changed, 1 insertions, 1 deletions
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