From: Fred Drake Date: Fri, 17 Mar 2000 15:43:37 +0000 (+0000) Subject: "write marshalled" --> "writes marshalled" (in docstring); noted by X-Git-Tag: v1.6a1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19660049864fcf363b640c15f29d15c1e9ce36ab;p=thirdparty%2FPython%2Fcpython.git "write marshalled" --> "writes marshalled" (in docstring); noted by Detlef Lannert . --- diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py index b5680ee57d9d..0c17dec92464 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 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).