]> granicus.if.org Git - python/commitdiff
Of course, I forget how to type long ago...
authorFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 16:56:23 +0000 (16:56 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 16:56:23 +0000 (16:56 +0000)
Typo noted by /F.

Tools/scripts/gencodec.py

index 0c17dec924649513cac0abbdfe5f464ab3386704..45b69b0abd1c19f8fd987117bd72e4d2e2f73dcd 100644 (file)
@@ -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).