This commit is contained in:
Simon Cozens 2020-05-07 21:58:41 +01:00
parent 9b6fed82ca
commit bd39b85c9d

View File

@ -13,7 +13,7 @@ to their Unicode equivalents. Example usage:
>>> toUnicode("nahiragana")
''
It also contains two dictionaries, ``UV2AGL`` and ``AGL2UV`` which maps from
It also contains two dictionaries, ``UV2AGL`` and ``AGL2UV``, which map from
Unicode codepoints to AGL names and vice versa:
>>> import fontTools