Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff56250

Browse files
committed
Fix a typo in the alias target name for 'macintosh'.
1 parent 23110e7 commit ff56250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/encodings/aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
'maclatin2' : 'mac_latin2',
436436

437437
# mac_roman codec
438-
'macintosh' : 'macintosh',
438+
'macintosh' : 'mac_roman',
439439
'macroman' : 'mac_roman',
440440

441441
# mac_turkish codec

0 commit comments

Comments
 (0)