summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-03-17 16:56:23 (GMT)
committerFred Drake <fdrake@acm.org>2000-03-17 16:56:23 (GMT)
commitbae57a88a6e34fa25ba0a5812171a407dc4fc4b1 (patch)
tree9096c2690c7e19d168df2ab8d4c4dc3475acf67f /Tools
parentc59996e6b1c8bd7b5f055b58610177d87a192a25 (diff)
downloadcpython-bae57a88a6e34fa25ba0a5812171a407dc4fc4b1.zip
cpython-bae57a88a6e34fa25ba0a5812171a407dc4fc4b1.tar.gz
cpython-bae57a88a6e34fa25ba0a5812171a407dc4fc4b1.tar.bz2
Of course, I forget how to type long ago...
Typo noted by /F.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/gencodec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py
index 0c17dec..45b69b0 100644
--- a/Tools/scripts/gencodec.py
+++ b/Tools/scripts/gencodec.py
@@ -12,7 +12,7 @@ will be written to <codec_prefix><mapname>.py with <mapname> being the
first part of the map's filename ('a' in a.b.c.txt) converted to
lowercase with hyphens replaced by underscores.
-The tool also writes marhsalled versions of the mapping tables to the
+The tool also writes marshalled versions of the mapping tables to the
same location (with .mapping extension).
Written by Marc-Andre Lemburg (mal@lemburg.com).