Minor: revert docstring change

This commit is contained in:
Nikolaus Waxweiler 2019-09-13 18:28:08 +01:00
parent 51c8a7a3e1
commit b51a2b616e

View File

@ -671,7 +671,7 @@ class UFOReader(_UFOBaseIO):
def getCharacterMapping(self, layerName=None, validate=None):
"""
Return a dictionary that maps str values (ints) to
Return a dictionary that maps unicode values (ints) to
lists of glyph names.
"""
if validate is None: