docs: fix simple typo, speficied -> specified (#6611)

There is a small typo in spacy/cli/info.py.

Should read `specified` rather than `speficied`.
This commit is contained in:
Tim Gates 2020-12-22 19:14:10 +11:00 committed by GitHub
parent efc229c3f4
commit 292c1d6a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from .. import about
def info(model=None, markdown=False, silent=False):
"""
Print info about spaCy installation. If a model shortcut link is
speficied as an argument, print model information. Flag --markdown
specified as an argument, print model information. Flag --markdown
prints details in Markdown for easy copy-pasting to GitHub issues.
"""
if model: