mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +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):
|
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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user