Remove ')' for clarity (#2737)

Sorry, don't mean to be nitpicky, I just noticed this when going through the CLI and thought it was a quick fix. That said, if this was intention than please let me know.
This commit is contained in:
Maxim Kupfer 2018-09-10 02:31:49 -07:00 committed by Matthew Honnibal
parent bdb2165bd1
commit cebe50b5b8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from .. import about
@plac.annotations(
model=("model to download, shortcut or name)", "positional", None, str),
model=("model to download, shortcut or name", "positional", None, str),
direct=("force direct download. Needs model name with version and won't "
"perform compatibility check", "flag", "d", bool),
pip_args=("additional arguments to be passed to `pip install` when "