mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-28 02:04:07 +03:00
Fix misspelt keyword in StringStore example
This commit is contained in:
parent
83dd42163a
commit
9dffd93a0e
|
@ -161,7 +161,7 @@ Load state from a binary string.
|
|||
> #### Example
|
||||
>
|
||||
> ```python
|
||||
> fron spacy.strings import StringStore
|
||||
> from spacy.strings import StringStore
|
||||
> store_bytes = stringstore.to_bytes()
|
||||
> new_store = StringStore().from_bytes(store_bytes)
|
||||
> ```
|
||||
|
|
Loading…
Reference in New Issue
Block a user