"write marshalled" --> "writes marshalled" (in docstring); noted by

Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
Fred Drake 2000-03-17 15:43:37 +00:00
parent 908670cdaa
commit 1966004986
1 changed files with 1 additions and 1 deletions

View 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).