mirror of https://github.com/explosion/spaCy.git
Fix misspelt keyword in StringStore example
This commit is contained in:
parent
85dd2b6c04
commit
322c5a3ac4
|
@ -161,7 +161,7 @@ Load state from a binary string.
|
||||||
> #### Example
|
> #### Example
|
||||||
>
|
>
|
||||||
> ```python
|
> ```python
|
||||||
> fron spacy.strings import StringStore
|
> from spacy.strings import StringStore
|
||||||
> store_bytes = stringstore.to_bytes()
|
> store_bytes = stringstore.to_bytes()
|
||||||
> new_store = StringStore().from_bytes(store_bytes)
|
> new_store = StringStore().from_bytes(store_bytes)
|
||||||
> ```
|
> ```
|
||||||
|
|
Loading…
Reference in New Issue