summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-03-17 15:43:37 (GMT)
committerFred Drake <fdrake@acm.org>2000-03-17 15:43:37 (GMT)
commit19660049864fcf363b640c15f29d15c1e9ce36ab (patch)
treeb9b5bbed790f02be1758d9e8c8f65fe23a0d09e9 /Tools
parent908670cdaa0a0257ada82b08b04392ebeeac5cf6 (diff)
downloadcpython-19660049864fcf363b640c15f29d15c1e9ce36ab.zip
cpython-19660049864fcf363b640c15f29d15c1e9ce36ab.tar.gz
cpython-19660049864fcf363b640c15f29d15c1e9ce36ab.tar.bz2
"write marshalled" --> "writes marshalled" (in docstring); noted by
Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
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 b5680ee..0c17dec 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 write marhsalled versions of the mapping tables to the
+The tool also writes marhsalled versions of the mapping tables to the
same location (with .mapping extension).
Written by Marc-Andre Lemburg (mal@lemburg.com).