From bb1bee8feb9640c4a5db3013312731df5ffebc77 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Wed, 30 Dec 2020 10:29:37 +0000 Subject: [PATCH] apps: steps: Fix typo in docstrings Signed-off-by: Daniel Thompson --- wasp/apps/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.