1
0
Fork 0

apps: steps: Fix typo in docstrings

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2020-12-30 10:29:37 +00:00
parent b8ba1a9eba
commit bb1bee8feb

View file

@ -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.