]> granicus.if.org Git - python/commitdiff
Fix doc-string.
authorMarc-André Lemburg <mal@egenix.com>
Fri, 4 Oct 2002 11:58:24 +0000 (11:58 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 4 Oct 2002 11:58:24 +0000 (11:58 +0000)
Lib/encodings/aliases.py

index 42e7f614b03d6ee93f698bc33fde66c75a197a8b..8bdbcdbd294ee3acbccb968dd83e33dfb313f183 100644 (file)
@@ -3,9 +3,9 @@
     This module is used by the encodings package search function to
     map encodings names to module names.
 
-    Note that the search function converts the encoding names to lower
-    case and replaces hyphens with underscores *before* performing the
-    lookup.
+    Note that the search function normalizes the encoding names before
+    doing the lookup, so the mapping will have to map normalized
+    encoding names to module names.
 
     Contents: