We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cacffc commit 894b6d5Copy full SHA for 894b6d5
vetiver/handlers/spacy.py
@@ -47,7 +47,7 @@ def construct_prototype(self):
47
elif (
48
isinstance(self.prototype_data, dict) and len(self.prototype_data) != 1
49
): # is dict, more than one key
50
- raise ValueError("Spacy prototype data must dictionary with 1 key")
+ raise ValueError("Spacy prototype data must be a dictionary with 1 key")
51
52
prototype = vetiver_create_prototype(self.prototype_data)
53
0 commit comments