Skip to content

Commit 700fc64

Browse files
committed
adding quotes
1 parent 5916719 commit 700fc64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vetiver/handlers/_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def create_handler(model, ptype_data):
7979
>>> model = vetiver.mock.get_mock_model()
8080
>>> handler = vetiver.create_handler(model, X)
8181
>>> handler.describe()
82-
Scikit-learn <class 'sklearn.dummy.DummyRegressor'> model
82+
"Scikit-learn <class 'sklearn.dummy.DummyRegressor'> model"
8383
"""
8484

8585
raise InvalidModelError(message=CREATE_PTYPE_TPL.format(_model_type=type(model)))

0 commit comments

Comments
 (0)