tsroten / dragonmapper

Identification and conversion functions for Chinese text processing
MIT License
54 stars 18 forks source link

Typo in try statements: IndexError #3

Closed tsroten closed 10 years ago

tsroten commented 10 years ago

Multiple functions in dragonmapper.transcriptions handle exceptions for IndexError instead of KeyError like they should. It's a simple typo that can be easily fixed.