We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c2a70 commit 0e36aacCopy full SHA for 0e36aac
1 file changed
cyclonedx/contrib/this/builders.py
@@ -29,7 +29,7 @@
29
30
31
def this_component() -> Component:
32
- """Representation of this very python library as a :class:`Component`."""
+ """Representation of this very python library as a :class:`cyclonedx.model.component.Component`."""
33
return Component(
34
type=ComponentType.LIBRARY,
35
group='CycloneDX',
@@ -79,5 +79,5 @@ def this_component() -> Component:
79
80
81
def this_tool() -> Tool:
82
- """Representation of this very python library as a :class:`Tool`."""
+ """Representation of this very python library as a :class:`cyclonedx.model.tool.Tool`."""
83
return Tool.from_component(this_component())
0 commit comments