We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bcdb51 + 8b7b1f4 commit 6f730c9Copy full SHA for 6f730c9
1 file changed
vetiver/handlers/base.py
@@ -48,7 +48,7 @@ def create_handler(model, ptype_data):
48
49
raise InvalidModelError(
50
"Model must be a supported model type, or a "
51
- "custom handler must be used. See the docs for more info on custom handlers and"
+ "custom handler must be used. See the docs for more info on custom handlers and "
52
"supported types https://rstudio.github.io/vetiver-python/"
53
)
54
0 commit comments