Skip to content

Commit ec49a2d

Browse files
authored
DOC: Remove sphinx directives
1 parent 1f19fea commit ec49a2d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/humanize/time.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ def naturaldelta(
173173
minimum_unit (str): The lowest unit that can be used.
174174
when (datetime.datetime): Point in time relative to which _value_ is
175175
interpreted. Defaults to the current time in the local timezone.
176-
.. deprecated:: 3.14
177-
If you need to construct a timedelta, do it inline as the first
178-
argument.
176+
Deprecated in version 3.14; If you need to construct a timedelta,
177+
do it inline as the first argument.
179178
180179
Returns:
181180
str: A natural representation of the amount of time elapsed.

0 commit comments

Comments
 (0)