Skip to content

Commit 792fb4f

Browse files
committed
rewording on advanced usage docs
1 parent 31016a8 commit 792fb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/advancedusage/custom_handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CustomHandler(BaseHandler):
3939

4040
new_model = CustomHandler(model, ptype_data)
4141

42-
VetiverModel(new_model, "integer_model")
42+
VetiverModel(new_model, "custom_model")
4343
```
4444

4545
If your model is a common type, please consider [submitting a pull request](https://github.com/rstudio/vetiver-python/pulls).

0 commit comments

Comments
 (0)