Skip to content

Commit 6ce7fdd

Browse files
committed
Fixed docs
1 parent 0eb6216 commit 6ce7fdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pythainlp/morpheme/word_formation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ def nighit(w1: str, w2: str) -> str:
1717
:param str w2: A Thai word.
1818
:return: Thai word.
1919
:rtype: str
20-
:Example:::
20+
:Example:
21+
22+
::
2123
2224
from pythainlp.morpheme import nighit
2325

0 commit comments

Comments
 (0)