Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Feb 5, 2024
1 parent 0eb6216 commit 6ce7fdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pythainlp/morpheme/word_formation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def nighit(w1: str, w2: str) -> str:
:param str w2: A Thai word.
:return: Thai word.
:rtype: str
:Example:::
:Example:
::
from pythainlp.morpheme import nighit
Expand Down

0 comments on commit 6ce7fdd

Please sign in to comment.