Skip to content

Commit d3e3709

Browse files
committed
Fixed PEP8 (build and deploy docs)
1 parent dacdf27 commit d3e3709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/corpus/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def get_corpus_path(name: str, version : str = None) -> Union[str, None]:
156156
"""
157157
# Customize your the corpus path then close the line after lines 164 through 190.
158158
_CUSTOMIZE = {
159-
#"the corpus name":"path"
159+
# "the corpus name":"path"
160160
}
161161
if name in list(_CUSTOMIZE.keys()):
162162
return _CUSTOMIZE[name]

0 commit comments

Comments
 (0)