From 7458cebda1de1225a041d82fa1426d0339b91e32 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 23 Jan 2019 11:20:28 -0500 Subject: [PATCH] [ufoLib glifLib] minor typo fix --- Lib/fontTools/ufoLib/glifLib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/ufoLib/glifLib.py b/Lib/fontTools/ufoLib/glifLib.py index bcdc60f91..e36c3c7f9 100755 --- a/Lib/fontTools/ufoLib/glifLib.py +++ b/Lib/fontTools/ufoLib/glifLib.py @@ -316,7 +316,7 @@ class GlyphSet(_UFOBaseIO): 'glyphObject' argument can be any kind of object (even None); the readGlyph() method will attempt to set the following attributes on it: - "width" the advance with of the glyph + "width" the advance width of the glyph "height" the advance height of the glyph "unicodes" a list of unicode values for this glyph "note" a string