diff options
author | Marc-André Lemburg <mal@egenix.com> | 2010-08-21 10:58:31 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2010-08-21 10:58:31 (GMT) |
commit | ff562506d4fe445d9a50c55e534a8a78fad701ed (patch) | |
tree | 093f065761fb881d386d968057035bad46a1b11b /Lib/encodings | |
parent | 23110e7361fb6238556913173311f042ccd87099 (diff) | |
download | cpython-ff562506d4fe445d9a50c55e534a8a78fad701ed.zip cpython-ff562506d4fe445d9a50c55e534a8a78fad701ed.tar.gz cpython-ff562506d4fe445d9a50c55e534a8a78fad701ed.tar.bz2 |
Fix a typo in the alias target name for 'macintosh'.
Diffstat (limited to 'Lib/encodings')
-rw-r--r-- | Lib/encodings/aliases.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index a8c48df..235deb5 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py @@ -435,7 +435,7 @@ aliases = { 'maclatin2' : 'mac_latin2', # mac_roman codec - 'macintosh' : 'macintosh', + 'macintosh' : 'mac_roman', 'macroman' : 'mac_roman', # mac_turkish codec |