Skip to content

Commit 3c2ad7d

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cyclonedx/builder/this.py

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

2424
this_component = _this_component
2525
"""
26-
Alias of :class:`_this_component`.
26+
Alias of :func:`cyclonedx..contrib.this.this_component`.
2727
2828
This re-export location is deprecated.
2929
Use ``from ...contrib.this import this_component`` instead.
@@ -34,7 +34,7 @@
3434

3535
this_tool = _this_tool
3636
"""
37-
Alias of :class:`_this_tool`.
37+
Alias of :func:`cyclonedx..contrib.this.this_tool`.
3838
3939
This re-export location is deprecated.
4040
Use ``from ...contrib.this import this_tool`` instead.

cyclonedx/factory/license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
LicenseFactory = _LicenseFactory
2323
"""
24-
Alias of :class:`_LicenseFactory`.
24+
Alias of :class:`cyclonedx.contrib.license.LicenseFactory`.
2525
2626
This re-export location is deprecated.
2727
Use ``from ...contrib.license import LicenseFactory`` instead.

0 commit comments

Comments
 (0)