Clarify usage of humanize_timedelta (#3000)

- resolves #2986
This commit is contained in:
Michael H
2019-09-15 19:32:07 -04:00
committed by GitHub
parent 1e97597bc2
commit 4546ca9ba6
3 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1 @@
Added more information about ``redbot.core.utils.humanize_timedelta`` into the docs

View File

@@ -0,0 +1 @@
Updated the typing of ``redbot.core.utils.humanize_timedelta`` to be more accurate.