From d2e867b52ead1793a32e021f7583ec37a6232bc3 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Mon, 1 Mar 2021 12:29:33 -0500 Subject: [PATCH] docstring corrections --- .gitignore | 3 +-- stix2/environment.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 72b31cd..4d16202 100644 --- a/.gitignore +++ b/.gitignore @@ -55,8 +55,7 @@ coverage.xml # Sphinx documentation docs/_build/ .ipynb_checkpoints -graph_default_sem_eq_weights.rst -object_default_sem_eq_weights.rst +similarity_weights.rst # PyBuilder target/ diff --git a/stix2/environment.py b/stix2/environment.py index b37b485..2905b9e 100644 --- a/stix2/environment.py +++ b/stix2/environment.py @@ -228,7 +228,7 @@ class Environment(DataStoreMixin): Note: Default weight_dict: - .. include:: ../object_default_sem_eq_weights.rst + .. include:: ../similarity_weights.rst Note: This implementation follows the Semantic Equivalence Committee Note. @@ -286,7 +286,7 @@ class Environment(DataStoreMixin): Note: Default weight_dict: - .. include:: ../object_default_sem_eq_weights.rst + .. include:: ../similarity_weights.rst Note: This implementation follows the Semantic Equivalence Committee Note.