[ufoLib glifLib] minor typo fix

This commit is contained in:
Chris Simpkins 2019-01-23 11:20:28 -05:00
parent 098ce94edb
commit 7458cebda1

View File

@ -316,7 +316,7 @@ class GlyphSet(_UFOBaseIO):
'glyphObject' argument can be any kind of object (even None); 'glyphObject' argument can be any kind of object (even None);
the readGlyph() method will attempt to set the following the readGlyph() method will attempt to set the following
attributes on it: attributes on it:
"width" the advance with of the glyph "width" the advance width of the glyph
"height" the advance height of the glyph "height" the advance height of the glyph
"unicodes" a list of unicode values for this glyph "unicodes" a list of unicode values for this glyph
"note" a string "note" a string