From bd39b85c9dd1f92736c5e8341840fe53674e489e Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 7 May 2020 21:58:41 +0100 Subject: [PATCH] Typos --- Lib/fontTools/agl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/agl.py b/Lib/fontTools/agl.py index bda45efbc..b7d0bfa3a 100644 --- a/Lib/fontTools/agl.py +++ b/Lib/fontTools/agl.py @@ -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