Skip to content

Commit 600a26f

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e35824f commit 600a26f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cyclonedx/serialization/__init__.py

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

3535

3636
class BomRefHelper(BaseHelper):
37-
"""**DEPRECATED**
37+
"""**DEPRECATED** in favour of :class:`BomRef`
3838
.. deprecated:: 8.6
3939
Use :class:`BomRef` instead.
4040
"""
@@ -91,7 +91,7 @@ def deserialize(cls, o: Any) -> UUID:
9191
class LicenseRepositoryHelper(_LicenseRepositorySerializationHelper):
9292
"""**DEPRECATED**
9393
.. deprecated:: 8.6
94-
No public API planned for replacing this
94+
No public API planned for replacing this,
9595
"""
9696

9797
# TODO: remove, no longer needed

0 commit comments

Comments
 (0)