Skip to content

Commit 6f17c4c

Browse files
committed
Fix value_to_latch Sphinx param
1 parent b9ecb0f commit 6f17c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)