From 52c5f3ad296054db47937b92bb772baf6679bd2d Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 18 Feb 2021 09:14:10 -0500 Subject: [PATCH] Update stix2/equivalence/object/__init__.py 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 7f348b6..0f2ae54 100644 --- a/stix2/equivalence/object/__init__.py +++ b/stix2/equivalence/object/__init__.py @@ -64,7 +64,7 @@ def object_similarity(obj1, obj2, prop_scores={}, **weight_dict): prop_scores: A dictionary that can hold individual property scores, weights, contributing score, matching score and sum of weights. weight_dict: A dictionary that can be used to override settings - in the semantic equivalence process + in the similarity process Returns: float: A number between 0.0 and 100.0 as a measurement of similarity.