Commit 18b0f143 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Fix spelling of aphaeresis from apharesis to apheresis

parent 6d2967f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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")