Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Aug 2, 2022
1 parent a83b9c0 commit 51af88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythainlp/util/thai.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def isthaichar(ch: str) -> bool:

def isthai(text: str, ignore_chars: str = ".") -> bool:
"""Check if every characters in a string are Thai character.
from pythainlp.util import thai_word_tone_detector
:param text: input text
:type text: str
:param ignore_chars: characters to be ignored, defaults to "."
Expand Down

0 comments on commit 51af88c

Please sign in to comment.