]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
"write marshalled" --> "writes marshalled" (in docstring); noted by
authorFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 15:43:37 +0000 (15:43 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 15:43:37 +0000 (15:43 +0000)
Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.

Tools/scripts/gencodec.py

index b5680ee57d9dfbaa960a26181ea06682ecd05b39..0c17dec924649513cac0abbdfe5f464ab3386704 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 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).