Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit f967bb3

Browse files
committed
fix docstring for method filter_by_type_and_id
1 parent 89c3cb4 commit f967bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/filter_techniques_by_category.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def filter_for_term_relationships(src, relationship_type, object_id, source=True
4747

4848

4949
def filter_by_type_and_id(src, object_type, object_id):
50-
"""Filters data source by list of ids"""
50+
"""Filters data source by id and type"""
5151
filters = [
5252
stix2.Filter("type", "=", object_type),
5353
stix2.Filter("id", "=", object_id),

0 commit comments

Comments
 (0)