mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix a typo in the alias target name for 'macintosh'.
This commit is contained in:
parent
23110e7361
commit
ff562506d4
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ aliases = {
|
|||
'maclatin2' : 'mac_latin2',
|
||||
|
||||
# mac_roman codec
|
||||
'macintosh' : 'macintosh',
|
||||
'macintosh' : 'mac_roman',
|
||||
'macroman' : 'mac_roman',
|
||||
|
||||
# mac_turkish codec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue