mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Fix point typo on docbin docs (#9097)
This commit is contained in:
parent
1a86d545af
commit
1dd69be1f1
|
@ -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