summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/aliases.py
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2002-10-04 11:58:24 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2002-10-04 11:58:24 (GMT)
commita40ea756258c4a298c2f031d0f7bfdf5b68afe21 (patch)
tree0ba6bf06e7bb7f3dae3240e63fcf0094c5f85a20 /Lib/encodings/aliases.py
parent97047e219ff1bb86acf954515006f20fd99cd657 (diff)
downloadcpython-a40ea756258c4a298c2f031d0f7bfdf5b68afe21.zip
cpython-a40ea756258c4a298c2f031d0f7bfdf5b68afe21.tar.gz
cpython-a40ea756258c4a298c2f031d0f7bfdf5b68afe21.tar.bz2
Fix doc-string.
Diffstat (limited to 'Lib/encodings/aliases.py')
-rw-r--r--Lib/encodings/aliases.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py
index 42e7f61..8bdbcdb 100644
--- a/Lib/encodings/aliases.py
+++ b/Lib/encodings/aliases.py
@@ -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: