diff --git a/stix2/markings/utils.py b/stix2/markings/utils.py index 4dcbf00..d0d38bb 100644 --- a/stix2/markings/utils.py +++ b/stix2/markings/utils.py @@ -30,6 +30,7 @@ def _evaluate_expression(obj, selector): def _validate_selector(obj, selector): + """Internal method to evaluate each selector.""" results = list(_evaluate_expression(obj, selector)) if len(results) >= 1: