Skip to content

Commit 78bc457

Browse files
committed
Update transliterate_wiktionary docs
1 parent f51a285 commit 78bc457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythainlp/transliterate/wiktionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def transliterate_wiktionary(text: str, mode: str = "ipa") -> str:
305305
306306
:Example:
307307
308-
>>> th_pron_transliterate("แมว", mode="royin")
308+
>>> transliterate_wiktionary("แมว", mode="royin")
309309
'maeo'
310310
"""
311311
seq_idx = _SYSTEMS.get(mode)

0 commit comments

Comments
 (0)