From f5c2d3a889393338ec330f5e75ed7ab16b491aed Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 14 Jun 2016 16:13:35 +0100 Subject: [PATCH] Doc typo --- gpiozero/input_devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index dc1b6a5..0c06657 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -71,7 +71,7 @@ class DigitalInputDevice(EventsMixin, InputDevice): straight forward on / off states with (reasonably) clean transitions between the two. - :param float bouncetime: + :param float bounce_time: Specifies the length of time (in seconds) that the component will ignore changes in state after an initial change. This defaults to ``None`` which indicates that no bounce compensation will be performed.