Skip to content

Commit 0e36aac

Browse files
committed
feat: prepare "contrib" area
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 07c2a70 commit 0e36aac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cyclonedx/contrib/this/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
def this_component() -> Component:
32-
"""Representation of this very python library as a :class:`Component`."""
32+
"""Representation of this very python library as a :class:`cyclonedx.model.component.Component`."""
3333
return Component(
3434
type=ComponentType.LIBRARY,
3535
group='CycloneDX',
@@ -79,5 +79,5 @@ def this_component() -> Component:
7979

8080

8181
def this_tool() -> Tool:
82-
"""Representation of this very python library as a :class:`Tool`."""
82+
"""Representation of this very python library as a :class:`cyclonedx.model.tool.Tool`."""
8383
return Tool.from_component(this_component())

0 commit comments

Comments
 (0)