diff options
author | Philip Jenvey <pjenvey@underboss.org> | 2009-11-17 02:42:26 (GMT) |
---|---|---|
committer | Philip Jenvey <pjenvey@underboss.org> | 2009-11-17 02:42:26 (GMT) |
commit | fab8be2f99889a21c0651c7e7ac0d7ffa91a872c (patch) | |
tree | 0eb668e0f93faa27586c1a7f25e00f303e406e28 /Lib/encodings | |
parent | 3d6790e49fb0267dbc8550b76411cdda412bf0e8 (diff) | |
download | cpython-fab8be2f99889a21c0651c7e7ac0d7ffa91a872c.zip cpython-fab8be2f99889a21c0651c7e7ac0d7ffa91a872c.tar.gz cpython-fab8be2f99889a21c0651c7e7ac0d7ffa91a872c.tar.bz2 |
#1757126: fix typo with the cyrillic_asian alias
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 c6f5aeb..992eef4 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py @@ -442,7 +442,7 @@ aliases = { 'csptcp154' : 'ptcp154', 'pt154' : 'ptcp154', 'cp154' : 'ptcp154', - 'cyrillic-asian' : 'ptcp154', + 'cyrillic_asian' : 'ptcp154', # quopri_codec codec 'quopri' : 'quopri_codec', |