From: Walter Dörwald Date: Sun, 2 Feb 2003 23:39:45 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: v2.3c1~2101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=771bc377f81f877d9840402aab765c7bd957c79d;p=thirdparty%2FPython%2Fcpython.git Fix comment typo. --- diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py index 46563dfff9c2..fdaa8fefbb54 100644 --- a/Tools/scripts/gencodec.py +++ b/Tools/scripts/gencodec.py @@ -95,7 +95,7 @@ def readmap(filename): else: enc2uni[enc] = (uni,comment) # If there are more identity-mapped entries than unmapped entries, - # it pays to generate an identity dictionary first, add add explicit + # it pays to generate an identity dictionary first, and add explicit # mappings to None for the rest if len(identity)>=len(unmapped): for enc in unmapped: