Skip to content

Commit 9d04bd2

Browse files
committed
Update core.py
1 parent a108ca9 commit 9d04bd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythainlp/tokenize/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def clause_tokenize(doc: List[str]) -> List[List[str]]:
4949
def word_detokenize(
5050
segments: Union[List[List[str]],
5151
List[str]],
52-
output: str = "str"
53-
) -> Union[str, List[str]]:
52+
output: str = "str") -> Union[str, List[str]]:
5453
"""
5554
Word detokenizer.
5655

0 commit comments

Comments
 (0)