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 committed by GitHub
commit 134cb06af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>