From: Fred Drake Date: Fri, 17 Mar 2000 16:56:23 +0000 (+0000) Subject: Of course, I forget how to type long ago... X-Git-Tag: v1.6a1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bae57a88a6e34fa25ba0a5812171a407dc4fc4b1;p=python Of course, I forget how to type long ago... Typo noted by /F. --- diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py index 0c17dec924..45b69b0abd 100644 --- a/Tools/scripts/gencodec.py +++ b/Tools/scripts/gencodec.py @@ -12,7 +12,7 @@ will be written to .py with 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).