aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/scheduling.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-04-01 20:44:03 +0100
committerGravatar GitHub <[email protected]>2021-04-01 20:44:03 +0100
commit4962b10b20f90a849af34c4efea3512909616955 (patch)
tree3ecf0af00b95800c350e82940e0bcee774371531 /bot/utils/scheduling.py
parentUse 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.py2
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.