summaryrefslogtreecommitdiff
path: root/wasp/apps/steps.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-30 10:29:37 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-30 10:29:37 (GMT)
commitbb1bee8feb9640c4a5db3013312731df5ffebc77 (patch)
tree14e7d9ba6c843e355dc7324e2f1b4221e7df2f4f /wasp/apps/steps.py
parentb8ba1a9eba84f8bdcb9ca5dd992c64e40a17eabe (diff)
apps: steps: Fix typo in docstrings
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/steps.py')
-rw-r--r--wasp/apps/steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/steps.py b/wasp/apps/steps.py
index ed83b43..321a0c1 100644
--- a/wasp/apps/steps.py
+++ b/wasp/apps/steps.py
@@ -51,7 +51,7 @@ class StepCounterApp():
Cancelling the alarm has two effects. Firstly it ensures the
step count won't change whilst we are watching it and, secondly
it ensures that if the time of day has been set to a value in
- the past the we reconfigure the alarm.
+ the past that we reconfigure the alarm.
This does in the side effect that if the application of open at
midnight then the reset doesn't happen for that day.