Skip to content

Commit 5eecb22

Browse files
author
arnaudde
committed
Add forgotten :meth:
1 parent f2a1886 commit 5eecb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ class DSSMLAssertionParams(object):
725725
"""
726726
Object that represents parameters for one assertion
727727
Do not create this object directly, use :meth:`DSSMLAssertionsParams.get_assertion` or
728-
`from_params` instead
728+
:meth:`from_params` instead
729729
"""
730730
def __init__(self, data):
731731
self._internal_dict = data

0 commit comments

Comments
 (0)