@@ -4,41 +4,41 @@ Custom Objects
44**Note **: This section includes nonessential information that is only relevant to users
55who want a more advanced understanding of how this library is implemented.
66
7- ATT&CK uses a mix of predefined and custom STIX objects to implement ATT&CK concepts. More
8- information about the mapping of ATT&CK concepts to STIX 2.0 objects can be found in the the
9- `ATT&CK Data Model documentation `_. The ``MitreAttackData `` library implements the following
7+ ATT&CK uses a mix of predefined and custom STIX objects to implement ATT&CK concepts. More
8+ information about the mapping of ATT&CK concepts to STIX 2.0 objects can be found in the the
9+ `ATT&CK Data Model documentation `_. The ``MitreAttackData `` library implements the following
1010`custom STIX object types `_:
1111
1212.. autoclass :: mitreattack.stix20.Matrix
1313
1414 **Custom Properties: **
1515
16- * **tactic_refs ** (*list[str] *) - The matrix array that contains an ordered list of
17- ``x-mitre-tactic `` STIX IDs corresponding to the tactics of the matrix. The order of
16+ * **tactic_refs ** (*list[str] *) - The matrix array that contains an ordered list of
17+ ``x-mitre-tactic `` STIX IDs corresponding to the tactics of the matrix. The order of
1818 ``tactic_refs `` determines the order the tactics should appear within the matrix.
1919
2020
2121.. autoclass :: mitreattack.stix20.Tactic
2222
2323 **Custom Properties: **
2424
25- * **x_mitre_shortname ** (*str *) - The shortname of the tactic that is used for mapping
26- techniques to the tactic. This corresponds to the ``kill_chain_phases.phase_name ``
25+ * **x_mitre_shortname ** (*str *) - The shortname of the tactic that is used for mapping
26+ techniques to the tactic. This corresponds to the ``kill_chain_phases.phase_name ``
2727 of the techniques in the tactic.
2828
2929.. autoclass :: mitreattack.stix20.DataSource
3030
3131 **Custom Properties: **
3232
3333 * **x_mitre_platforms ** (*list[str] *) - The list of platforms that apply to the data source.
34- * **x_mitre_collection_layers ** (*list[str] *) - The list of places the data can be
34+ * **x_mitre_collection_layers ** (*list[str] *) - The list of places the data can be
3535 collected from.
3636
3737.. autoclass :: mitreattack.stix20.DataComponent
3838
3939 **Custom Properties: **
4040
41- * **x_mitre_data_source_ref ** (*str *) - The STIX ID of the data source this component
41+ * **x_mitre_data_source_ref ** (*str *) - The STIX ID of the data source this component
4242 is a part of.
4343
4444.. autoclass :: mitreattack.stix20.Asset
@@ -51,7 +51,7 @@ information about the mapping of ATT&CK concepts to STIX 2.0 objects can be foun
5151STIX Object Factory
5252-------------------
5353
54- The return type of the ``MitreAttackData `` methods are determined by the StixObjectFactory method,
54+ The return type of the ``MitreAttackData `` methods are determined by the StixObjectFactory method,
5555which converts STIX 2.0 content into a stix2 Custom Object or returns a `STIX 2.0 Domain Object `_.
5656
5757.. automethod :: mitreattack.stix20.StixObjectFactory
0 commit comments