diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-21 02:54:44 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-21 02:54:44 (GMT) |
commit | 23110e7361fb6238556913173311f042ccd87099 (patch) | |
tree | b4e3c2423b492f69e66f2de5352a0dc587b813b9 /Doc | |
parent | 0cc7444ea9870c11b6ce0c61e4c761609f295f69 (diff) | |
download | cpython-23110e7361fb6238556913173311f042ccd87099.zip cpython-23110e7361fb6238556913173311f042ccd87099.tar.gz cpython-23110e7361fb6238556913173311f042ccd87099.tar.bz2 |
alias macintosh to mac_roman #843590
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 31e0424..e734fee 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1090,7 +1090,7 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | mac_latin2 | maclatin2, maccentraleurope | Central and Eastern Europe | +-----------------+--------------------------------+--------------------------------+ -| mac_roman | macroman | Western Europe | +| mac_roman | macroman, macintosh | Western Europe | +-----------------+--------------------------------+--------------------------------+ | mac_turkish | macturkish | Turkish | +-----------------+--------------------------------+--------------------------------+ |