Skip to content

Commit 07216f2

Browse files
author
Martin O'Hanlon
authored
Merge pull request #96 from RaspberryPiFoundation/master
Bring dev up to date
2 parents 28686b6 + 1fceac3 commit 07216f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picozero/picozero.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,8 +1543,8 @@ class DigitalInputDevice(InputDevice, PinMixin):
15431543
The pin that the device is connected to.
15441544
15451545
:param bool pull_up:
1546-
If :data:`True` (the default), the device will be pulled up to
1547-
HIGH. If :data:`False`, the device will be pulled down to LOW.
1546+
If :data:`True`, the device will be pulled up to HIGH. If
1547+
:data:`False` (the default), the device will be pulled down to LOW.
15481548
15491549
:param bool active_state:
15501550
If :data:`True` (the default), the device will return :data:`True`

0 commit comments

Comments
 (0)