Skip to content

Commit

Permalink
Fixed thai_word_tone_detector docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Aug 5, 2022
1 parent 51af88c commit 0f890c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythainlp/util/thai.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ def thai_word_tone_detector(word: str) -> Tuple[str, str]:
It use pythainlp.transliterate.pronunciate for convert word to\
pronunciation.
:param str syllable: Thai word.
:param str word: Thai word.
:return: Thai pronunciation with tone each syllables.\
(l, m, h, r, f or empty if it cannot detector)
:rtype: str
:rtype: Tuple[str, str]
:Example:
::
Expand Down

0 comments on commit 0f890c0

Please sign in to comment.