From 292c1d6a7393eba43902cb9f2ea962edce31bf1a Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 22 Dec 2020 19:14:10 +1100 Subject: [PATCH] docs: fix simple typo, speficied -> specified (#6611) There is a small typo in spacy/cli/info.py. Should read `specified` rather than `speficied`. --- spacy/cli/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/info.py b/spacy/cli/info.py index 080d0dc77..197fced61 100644 --- a/spacy/cli/info.py +++ b/spacy/cli/info.py @@ -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: