Skip to content

Commit d03b421

Browse files
authored
Pass in descriptor in documentation
1 parent 65fb213 commit d03b421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_hid/keyboard_layout_us.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __init__(self, keyboard):
189189
190190
Example::
191191
192-
kbd = Keyboard()
192+
kbd = Keyboard(usb_hid.devices)
193193
layout = KeyboardLayoutUS(kbd)
194194
"""
195195

0 commit comments

Comments
 (0)