From 48dbfbdbff0096c08ba2de3106e8f66d0421ec71 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 8 Apr 2016 12:22:23 +0100 Subject: [PATCH] Typo --- gpiozero/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/mixins.py b/gpiozero/mixins.py index 29bd5ab..4de89db 100644 --- a/gpiozero/mixins.py +++ b/gpiozero/mixins.py @@ -239,7 +239,7 @@ class EventsMixin(object): def inactive_time(self): """ The length of time (in seconds) that the device has been inactive for. - When the device is inactive, this is ``None``. + When the device is active, this is ``None``. """ if self._inactive_event.wait(0): return time() - self._last_changed