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 dfc69cb commit 5641b0eCopy full SHA for 5641b0e
1 file changed
src/humanize/time.py
@@ -101,8 +101,6 @@ def naturaldelta(
101
months (bool): If `True`, then a number of months (based on 30.5 days) will be
102
used for fuzziness between years.
103
minimum_unit (str): The lowest unit that can be used.
104
- when (datetime.datetime): Removed in version 4.0; If you need to
105
- construct a timedelta, do it inline as the first argument.
106
107
Returns:
108
str (str or `value`): A natural representation of the amount of time
0 commit comments