Skip to content

Commit 894b6d5

Browse files
authored
Update vetiver/handlers/spacy.py
1 parent 1cacffc commit 894b6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vetiver/handlers/spacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def construct_prototype(self):
4747
elif (
4848
isinstance(self.prototype_data, dict) and len(self.prototype_data) != 1
4949
): # is dict, more than one key
50-
raise ValueError("Spacy prototype data must dictionary with 1 key")
50+
raise ValueError("Spacy prototype data must be a dictionary with 1 key")
5151

5252
prototype = vetiver_create_prototype(self.prototype_data)
5353

0 commit comments

Comments
 (0)