Skip to content
Snippets Groups Projects
Commit 18b0f143 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Fix spelling of aphaeresis from apharesis to apheresis

parent 6d2967f0
No related branches found
No related tags found
No related merge requests found
......@@ -572,8 +572,8 @@ def make_elisions(verse, old = False):
if m:
if reading.tokens[i+1].text in {'es', 'est', 'estis'}:
apharesis = Phenomenon(omitted='e')
next_syllable.phenomena['apharesis'] = apharesis
apheresis = Phenomenon(omitted='e')
next_syllable.phenomena['apheresis'] = apheresis
next_syllable.syllable_length = 0
if reading.tokens[i+1].text in {'est', 'estis'}:
pl = Phenomenon(chars=m.groups(0)+" est")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment