mirror of https://github.com/explosion/spaCy.git
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:
parent
efc229c3f4
commit
292c1d6a73
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue