File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments