File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Import model Tool
2525-----------------
2626
2727Class `cyclonedx.model.Tool ` was moved to :class: `cyclonedx.model.tool.Tool `.
28- Therefore, the imports need to be migrated:
28+ Therefore, the imports need to be migrated.
2929
3030Old: ``from cyclonedx.model import Tool ``
3131
@@ -35,7 +35,7 @@ Alter Metadata Tools
3535--------------------
3636
3737Property :attr: `cyclonedx.model.bom.BomMetaData.tools ` is an instance of :class: `cyclonedx.model.tool.ToolRepository `, now.
38- Therefore, the process of adding new tools needs to be migrated changed .
38+ Therefore, the process of adding new tools needs to be migrated.
3939
4040Old: ``my_bom.metadata.tools.add(my_tool) ``
4141
@@ -45,7 +45,7 @@ Alter Vulnerability Tools
4545-------------------------
4646
4747Property :attr: `cyclonedx.model.vulnerability.Vulnerability.tools ` is an instance of :class: `cyclonedx.model.tool.ToolRepository `, now.
48- Therefore, the process of adding new tools needs to be migrated changed .
48+ Therefore, the process of adding new tools needs to be migrated.
4949
5050Old: ``my_vulnerability.tools.add(my_tool) ``
5151
You can’t perform that action at this time.
0 commit comments