Skip to content

Commit ee9763c

Browse files
authored
Update wordnet.py
1 parent fea0717 commit ee9763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/corpus/wordnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def morphy(form: str, pos: Optional[str] = None) -> str:
417417
>>> from pythainlp.corpus.wordnet import morphy
418418
>>>
419419
>>> morphy("dogs")
420-
'dogs'
420+
'dog'
421421
>>>
422422
>>> morphy("thieves")
423423
'thief'

0 commit comments

Comments
 (0)