mirror of https://github.com/explosion/spaCy.git
Merge pull request #8609 from mathcass/model-documentation-typo
Fix a command typo in models.md
This commit is contained in:
commit
3b1d5350d0
|
@ -399,7 +399,7 @@ the package name or a path to the data directory:
|
||||||
>
|
>
|
||||||
> ```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
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in New Issue