Skip to content

Commit 5d8651c

Browse files
authored
Fix typo in analyze_thai_text docstring
Corrected the description in the analyze_thai_text function.
1 parent d5a3fda commit 5d8651c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/util/thai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def count_thai_chars(text: str) -> dict:
322322
def analyze_thai_text(text: str) -> dict:
323323
"""
324324
Analyzes a string of Thai text and returns a dictionaries,
325-
where each dictionary represents a single classified character from the text.
325+
where each values represents a single classified character from the text.
326326
327327
The function processes the text character by character and maps each Thai
328328
character to its descriptive name or itself (for consonants and digits).

0 commit comments

Comments
 (0)