diff options
| author | 2021-05-16 15:27:58 +0100 | |
|---|---|---|
| committer | 2021-05-16 15:27:58 +0100 | |
| commit | 0585e210949ef808417d181579081416fa73fd18 (patch) | |
| tree | d5f3a9102f420506f823ee9593857b4098d1af38 /bot/utils/time.py | |
| parent | Change authors value in pyproject.toml (diff) | |
| parent | Spring cleanup (#718) (diff) | |
Merge branch 'main' into pipenv-to-poetry
Diffstat (limited to '')
| -rw-r--r-- | bot/utils/time.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/time.py b/bot/utils/time.py index 3c57e126..fbf2fd21 100644 --- a/bot/utils/time.py +++ b/bot/utils/time.py @@ -3,7 +3,7 @@ import datetime from dateutil.relativedelta import relativedelta -# All these functions are from https://github.com/python-discord/bot/blob/master/bot/utils/time.py +# All these functions are from https://github.com/python-discord/bot/blob/main/bot/utils/time.py def _stringify_time_unit(value: int, unit: str) -> str: """ Returns a string to represent a value and time unit, ensuring that it uses the right plural form of the unit. |