Merge pull request #6884 from pcyin/patch-1 [ci skip]

Fix a typo
This commit is contained in:
Ines Montani 2021-02-02 12:59:39 +11:00 committed by GitHub
commit e97d3f3c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ best-matching package compatible with your spaCy installation.
> >
> ```diff > ```diff
> - python -m spacy download en > - python -m spacy download en
> + python -m spacy dowmload en_core_web_sm > + python -m spacy download en_core_web_sm
> ``` > ```
> >
> ```diff > ```diff