Fix a typo

This commit is contained in:
Pengcheng YIN 2021-02-01 17:26:28 -05:00 committed by GitHub
parent a59f3fcf5d
commit 6fdc33203a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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