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 svlandeg
parent 2e4e630049
commit c7feeeb660

View File

@ -20,7 +20,7 @@ from .. import about
def info(model=None, markdown=False, silent=False): def info(model=None, markdown=False, silent=False):
""" """
Print info about spaCy installation. If a model shortcut link is 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. prints details in Markdown for easy copy-pasting to GitHub issues.
""" """
if model: if model: