We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f19fea commit ec49a2dCopy full SHA for ec49a2d
1 file changed
src/humanize/time.py
@@ -173,9 +173,8 @@ def naturaldelta(
173
minimum_unit (str): The lowest unit that can be used.
174
when (datetime.datetime): Point in time relative to which _value_ is
175
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.
+ Deprecated in version 3.14; If you need to construct a timedelta,
+ do it inline as the first argument.
179
180
Returns:
181
str: A natural representation of the amount of time elapsed.
0 commit comments