Skip to content

Commit

Permalink
fix: typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 11, 2024
1 parent d30dbce commit 6eb94c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/scrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def count_syllables(word: str):
return count


def get_word_metadata(word: str, phoneme: str) -> Tuple[bool | None, bool, int, int, int, str | False]:
def get_word_metadata(word: str, phoneme: str) -> Tuple[bool | None, bool, int, int, int, str | bool]:
"""
Get the number of syllables, the elidable property and if the word end phoneme is feminine.
:param word: string of word
Expand Down

0 comments on commit 6eb94c8

Please sign in to comment.