Skip to content

Commit 339cbc9

Browse files
author
arnaudde
committed
Fix typo
1 parent 75a755e commit 339cbc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dataikuapi/dss/ml.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,9 @@ def get_assertion(self, assertion_name):
689689

690690
def get_assertions_names(self):
691691
"""
692-
Gets the list of all assertion's names
692+
Gets the list of all assertions' names
693693
694-
:return: A list of all assertion's names
694+
:return: A list of all assertions' names
695695
:rtype: list
696696
"""
697697
return [assertion_dict["name"] for assertion_dict in self._internal_dict["assertions"]]
@@ -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(assertion_name)` or
728-
`from_parts(name, a_filter, condition)` instead
728+
`from_params(name, a_filter, condition)` instead
729729
"""
730730
def __init__(self, data):
731731
self._internal_dict = data

0 commit comments

Comments
 (0)