Skip to content

Commit 6bcd451

Browse files
authored
Merge branch 'master' into develop
2 parents 2b03214 + 3fa8ba6 commit 6bcd451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rantanplan/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
#11: any char
6464
([a-záéíóúñ])""", re.I | re.U | re.VERBOSE) # VERBOSE to catch the group
6565

66-
6766
"""
6867
Rhythmical Analysis
6968
"""
@@ -419,7 +418,6 @@ def syllabify(word, alternative_syllabification=False):
419418
return (output,
420419
ALTERNATIVE_SYLLABIFICATION.get(original_word, (None, ()))[1])
421420

422-
423421
def get_orthographic_accent(syllable_list):
424422
"""
425423
Given a list of str representing syllables,

0 commit comments

Comments
 (0)