Skip to content

Commit

Permalink
Fixed whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
alvp committed Nov 21, 2019
1 parent 6bcd451 commit 05ae135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rantanplan/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def syllabify(word, alternative_syllabification=False):
return (output,
ALTERNATIVE_SYLLABIFICATION.get(original_word, (None, ()))[1])


def get_orthographic_accent(syllable_list):
"""
Given a list of str representing syllables,
Expand Down

0 comments on commit 05ae135

Please sign in to comment.