Fix a typo.
This commit is contained in:
parent
ae7b06052a
commit
2f06b66b89
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue