Skip to content

Commit

Permalink
fix cross-reference in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: flashdagger <flashdagger@googlemail.com>
  • Loading branch information
flashdagger committed Jul 26, 2024
1 parent 1562026 commit a442e29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zammadoo/articles.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,12 @@ def create_or_update_time_accounting(
type: Union[None, str, int, TimeAccountingType] = None,
) -> TimeAccounting:
"""
.. py:module:: zammadoo.time_accountings
Create accounted time for ticket article.
If time accounting already exists, it will be updated.
:param time_unit: accounted time units
:param type: accounting type
:rtype: :class:`TimeAccounting`
:rtype: :class:`~zammadoo.time_accountings.TimeAccounting`
"""
aid = self.id
kwargs: Dict[str, Union[None, int, str]] = {"ticket_article_id": aid}
Expand Down

0 comments on commit a442e29

Please sign in to comment.