diff options
| author | 2021-04-01 20:44:03 +0100 | |
|---|---|---|
| committer | 2021-04-01 20:44:03 +0100 | |
| commit | 4962b10b20f90a849af34c4efea3512909616955 (patch) | |
| tree | 3ecf0af00b95800c350e82940e0bcee774371531 /bot/utils/scheduling.py | |
| parent | Use tz aware timestamps and refactor for readibility - Stream cog (diff) | |
Reword logging and docstrings to different mood
Co-authored-by: Mark <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/utils/scheduling.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/scheduling.py b/bot/utils/scheduling.py index b3f62257a..6843bae88 100644 --- a/bot/utils/scheduling.py +++ b/bot/utils/scheduling.py @@ -62,7 +62,7 @@ class Scheduler: Schedule `coroutine` to be executed at the given `time`. If `time` is timezone aware, then use that timezone to calculate now() when subtracting. - If `time` is naïve, then we use UTC. + If `time` is naïve, then use UTC. If `time` is in the past, schedule `coroutine` immediately. |