Skip to content

Commit

Permalink
DOC: Remove sphinx directives
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox authored Dec 15, 2021
1 parent 1f19fea commit ec49a2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/humanize/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ def naturaldelta(
minimum_unit (str): The lowest unit that can be used.
when (datetime.datetime): Point in time relative to which _value_ is
interpreted. Defaults to the current time in the local timezone.
.. deprecated:: 3.14
If you need to construct a timedelta, do it inline as the first
argument.
Deprecated in version 3.14; If you need to construct a timedelta,
do it inline as the first argument.
Returns:
str: A natural representation of the amount of time elapsed.
Expand Down

0 comments on commit ec49a2d

Please sign in to comment.