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