Skip to content

Commit

Permalink
Fix a typo in the alias target name for 'macintosh'.
Browse files Browse the repository at this point in the history
  • Loading branch information
malemburg committed Aug 21, 2010
1 parent 23110e7 commit ff56250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/encodings/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
'maclatin2' : 'mac_latin2',

# mac_roman codec
'macintosh' : 'macintosh',
'macintosh' : 'mac_roman',
'macroman' : 'mac_roman',

# mac_turkish codec
Expand Down

0 comments on commit ff56250

Please sign in to comment.