diff --git a/website/docs/api/stringstore.md b/website/docs/api/stringstore.md index d5f78dbab..cd414b1f0 100644 --- a/website/docs/api/stringstore.md +++ b/website/docs/api/stringstore.md @@ -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) > ```