From 34feac6ae78d0dccc69729198decb4e8fbe1a2f2 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 18 Feb 2021 09:14:47 -0500 Subject: [PATCH] Update stix2/environment.py Co-authored-by: Chris Lenk --- stix2/environment.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stix2/environment.py b/stix2/environment.py index 246d279..99b4a5e 100644 --- a/stix2/environment.py +++ b/stix2/environment.py @@ -199,8 +199,7 @@ class Environment(DataStoreMixin): @staticmethod def object_similarity(obj1, obj2, prop_scores={}, **weight_dict): - """This method returns a measure of similarity depending on how - similar the two objects are. + """This method returns a measure of how similar the two objects are. Args: obj1: A stix2 object instance