Fix a typo.

This commit is contained in:
Andrey Golovizin 2014-09-15 21:48:40 +02:00
parent ae7b06052a
commit 2f06b66b89

View file

@ -224,7 +224,7 @@ class Line(PageObject):
if glyph.is_body(): if glyph.is_body():
yield glyph.add_diacritics(*diacritics[glyph]) yield glyph.add_diacritics(*diacritics[glyph])
else: else:
if glyph not in bodies: # freestanding diacritic-like glyphacter without a body if glyph not in bodies: # freestanding diacritic-like glyph without a body
yield glyph yield glyph
def _insert_spaces(self, glyphs, min_distance=15): def _insert_spaces(self, glyphs, min_distance=15):