mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Fix point typo on docbin docs (#9097)
This commit is contained in:
parent
753149bc88
commit
5c88998b9d
|
@ -16,7 +16,7 @@ document from the `DocBin`. The serialization format is gzipped msgpack, where
|
|||
the msgpack object has the following structure:
|
||||
|
||||
```python
|
||||
### msgpack object structrue
|
||||
### msgpack object structure
|
||||
{
|
||||
"version": str, # DocBin version number
|
||||
"attrs": List[uint64], # e.g. [TAG, HEAD, ENT_IOB, ENT_TYPE]
|
||||
|
|
Loading…
Reference in New Issue
Block a user