Merge pull request #8808 from kevinlu1248/master [ci skip]

Changed a CLI command in data-formats.md due to erroneous information
This commit is contained in:
Ines Montani 2021-07-27 12:15:16 +10:00
parent f4f270940c
commit 5c762e08d7

View File

@ -297,7 +297,7 @@ objects to JSON, you can now serialize them directly using the
format:
```cli
$ python -m spacy convert ./data.json ./output.spacy
$ python -m spacy convert ./data.json .
```
</Infobox>