Skip to content

Commit

Permalink
Don't be silly
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaplinsky committed Jun 11, 2022
1 parent 22435ab commit 94aaa0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipa_uk.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def ipa(text: str, check_accent: bool) -> str:
# Till there is no more replacements
if prev_phonetic == phonetic:
break
else:
prev_phonetic = phonetic

# In the sequence of two consonants, of which the second is soft, the first is pronounced soft too
# unless the first consonant is a labial, namely б, п, в, ф, м.
Expand Down

0 comments on commit 94aaa0f

Please sign in to comment.