8000 touch up doc · adafruit/circuitpython@80fe9da · GitHub
[go: up one dir, main page]

Skip to content

Commit 80fe9da

Browse files
committed
touch up doc
1 parent fa96ea1 commit 80fe9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/usb_hid/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
//| The default set of devices is ``Device.KEYBOARD, Device.MOUSE, Device.CONSUMER_CONTROL``,
4242
//| On boards where `usb_hid` is disabled by default, `devices` is an empty tuple.
4343
//|
44-
//| If a boot device is enabled by `usb_hid.enable)`, *and* the host has requested a boot device,
45-
//| the `devices` tuple is *replaced* when ``code.py`` starts with a single-element tuple
44+
//| If a boot device is enabled by `usb_hid.enable()`, *and* the host has requested a boot device,
45+
//| the `devices` tuple is **replaced** when ``code.py`` starts with a single-element tuple
4646
//| containing a `Device` that describes the boot device chosen (keyboard or mouse).
4747
//| The request for a boot device overrides any other HID devices.
4848
//| """

0 commit comments

Comments
 (0)
0