Skip to content

Commit de38b85

Browse files
committed
Update common.py
1 parent 2b16e6d commit de38b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/corpus/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def thai_syllables() -> FrozenSet[str]:
112112
"โมน", "โม่ง", "กา", "ก่า", and, "ก้า".
113113
\n(See: `dev/pythainlp/corpus/syllables_th.txt\
114114
<https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/corpus/syllables_th.txt>`_)
115-
We using thai syllables list from `KuCut <https://github.com/Thanabhat/KUCut>`_.
115+
We using thai syllables list from `KUCut <https://github.com/Thanabhat/KUCut>`_.
116116
117117
:return: :class:`frozenset` containing syllables in Thai language.
118118
:rtype: :class:`frozenset`

0 commit comments

Comments
 (0)