diff --git a/Lib/robofab/objects/objectsFL.py b/Lib/robofab/objects/objectsFL.py index e1da55c7f..42245e45d 100755 --- a/Lib/robofab/objects/objectsFL.py +++ b/Lib/robofab/objects/objectsFL.py @@ -225,7 +225,7 @@ class PostScriptFontHintValues(BasePostScriptFontHintValues): class PostScriptGlyphHintValues(BasePostScriptGlyphHintValues): """ Wrapper for glyph-level PostScript hinting information for FontLab. - vStems, hStems + vStems, hStems. """ def __init__(self, glyph=None): self._object = glyph.naked()