mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-08 16:26:37 +03:00
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
2e4e630049
commit
c7feeeb660
|
@ -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
Block a user