mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
Merge pull request #10867 from freddyheppell/patch-1
Fix misspelt keyword in StringStore docs example
This commit is contained in:
commit
87adb32576
|
@ -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
Block a user