Skip to content

Commit b0260a7

Browse files
authored
docs: rephrase migration paths
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4c57fa1 commit b0260a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/upgrading.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Import model Tool
2525
-----------------
2626

2727
Class `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

3030
Old: ``from cyclonedx.model import Tool``
3131

@@ -35,7 +35,7 @@ Alter Metadata Tools
3535
--------------------
3636

3737
Property :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

4040
Old: ``my_bom.metadata.tools.add(my_tool)``
4141

@@ -45,7 +45,7 @@ Alter Vulnerability Tools
4545
-------------------------
4646

4747
Property :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

5050
Old: ``my_vulnerability.tools.add(my_tool)``
5151

0 commit comments

Comments
 (0)