Skip to content

Commit 18b3e6c

Browse files
authored
Merge pull request #5585 from tekktrik/docfix/fix-shiftregisterkeys-doc
Fix ShiftRegisterKeys documentation
2 parents b9ecb0f + f25d300 commit 18b3e6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shared-bindings/keypad/ShiftRegisterKeys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
//| Pin used to latch parallel data going into the shift register.
5555
//| :param bool value_to_latch: Pin state to latch data being read.
5656
//| ``True`` if the data is latched when ``latch`` goes high
57-
//| ``False`` if the data is latched when ``latch goes low.
57+
//| ``False`` if the data is latched when ``latch`` goes low.
5858
//| The default is ``True``, which is how the 74HC165 operates. The CD4021 latch is the opposite.
5959
//| Once the data is latched, it will be shifted out by toggling the clock pin.
6060
//| :param int key_count: number of data lines to clock in

tests/pyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../tools/cpboard.py
1+
../tools/cpboard.py

0 commit comments

Comments
 (0)