Skip to content

Commit

Permalink
Correct .segs to .ipa_segs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmort27 committed Jul 31, 2019
1 parent f4d52ec commit f2d0fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epitran/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ def ipa_segs(self, ipa):
list: a list of unicode strings corresponding to segments
(consonants and vowels) in the input string
"""
return self.ft.segs(ipa)
return self.ft.ipa_segs(ipa)

0 comments on commit f2d0fb9

Please sign in to comment.