diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index 8fa1a6b..dc1b6a5 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -50,7 +50,7 @@ class InputDevice(GPIODevice): def pull_up(self): """ If ``True``, the device uses a pull-up resistor to set the GPIO pin - "high" by default. Defaults to ``False``. + "high" by default. """ return self.pin.pull == 'up'