Merge pull request #361 from lurch/patch-2

Doc tweak
This commit is contained in:
Ben Nuttall
2016-06-09 21:22:55 +01:00
committed by GitHub

View File

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