From 75574c94273c45beed691a3c912240fc35c69141 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 18 Feb 2021 09:15:09 -0500 Subject: [PATCH] Update stix2/equivalence/object/__init__.py docstrings Co-authored-by: Chris Lenk --- stix2/equivalence/object/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/equivalence/object/__init__.py b/stix2/equivalence/object/__init__.py index 20b60a2..790fc87 100644 --- a/stix2/equivalence/object/__init__.py +++ b/stix2/equivalence/object/__init__.py @@ -25,7 +25,7 @@ def object_equivalence(obj1, obj2, prop_scores={}, threshold=70, **weight_dict): score to result in successfully calling both objects equivalent. This value can be tuned. weight_dict: A dictionary that can be used to override settings - in the semantic equivalence process + in the similarity process Returns: bool: True if the result of the object similarity is greater than or equal to