diff --git a/spacy/cli/info.py b/spacy/cli/info.py index 8bfc6b54f..4433213b1 100644 --- a/spacy/cli/info.py +++ b/spacy/cli/info.py @@ -84,7 +84,7 @@ def info( def info_spacy() -> Dict[str, Any]: - """Generate info about the current spaCy intallation. + """Generate info about the current spaCy installation. RETURNS (dict): The spaCy info. """