Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Apr 29, 2024
1 parent 12aeb66 commit f73a8ac
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 stix2.v20.Relationship objectss describing the software, groups, and campaigns using the technique.
a list of stix2.v20.Relationship objects describing the software, groups, and campaigns using the technique.
"""
procedures = self.src.query(
[
Expand Down

0 comments on commit f73a8ac

Please sign in to comment.