Skip to content

Commit 3367c03

Browse files
committed
Update cli
1 parent 2b446af commit 3367c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main(argv=None):
2626
parser.add_argument(
2727
"command",
2828
type=str,
29-
choices=cli.COMMANDS + ["misspell"],
29+
choices=cli.COMMANDS,
3030
help="text processing action",
3131
)
3232

0 commit comments

Comments
 (0)