Skip to content

Commit 65d34f4

Browse files
committed
change wording in custom handlers
1 parent 1fe69d7 commit 65d34f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/advancedusage/custom_handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example shows a custom handler of `newmodeltype` type.
88
from vetiver.handlers.base import BaseHandler
99

1010
class CustomHandler(BaseHandler):
11-
def __init__(model, ptype_data):
11+
def __init__(self, model, ptype_data):
1212
super().__init__(model, ptype_data)
1313

1414
model_type = staticmethod(lambda: newmodeltype)

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install the released version of vetiver from `PyPI <https://pypi.org/pro
1010

1111
.. code-block:: bash
1212
13-
pip install vetiver
13+
python -m pip install vetiver
1414
1515
And the development version from `GitHub <https://github.com/rstudio/vetiver-python>`_ with:
1616

0 commit comments

Comments
 (0)