Skip to content

Commit

Permalink
fix fn docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Apr 29, 2024
1 parent 2d40037 commit 12aeb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitreattack/stix20/MitreAttackData.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def get_procedure_examples_by_technique(self, stix_id) -> list:
Returns
-------
list
a list of the Tool, Malware, IntrusionSet, and Campaign objects using the technique.
a list of stix2.v20.Relationship objectss describing the software, groups, and campaigns using the technique.
"""
procedures = self.src.query(
[
Expand Down

0 comments on commit 12aeb66

Please sign in to comment.