Update data-formats.md

This commit is contained in:
Kevin Lu 2021-07-25 22:58:53 -07:00 committed by GitHub
parent 1a3e7cc5ef
commit 4a8e9e4e4e
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>