]> granicus.if.org Git - python/commitdiff
Fix comment typo.
authorWalter Dörwald <walter@livinglogic.de>
Sun, 2 Feb 2003 23:39:45 +0000 (23:39 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sun, 2 Feb 2003 23:39:45 +0000 (23:39 +0000)
Tools/scripts/gencodec.py

index 46563dfff9c287fdb0f6c99c6680ff0e3c090c24..fdaa8fefbb54cdaf0a516801629f8c389e34e6bb 100644 (file)
@@ -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: