Skip to content

Commit bf0f9e4

Browse files
Reword usb_hid.set_interface_name
Co-authored-by: Dan Halbert <halbert@halwitz.org>
1 parent 898708a commit bf0f9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/usb_hid/__init__.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(usb_hid_get_boot_device_obj, usb_hid_get_boot_device);
161161
//| ) -> None:
162162
//| """Override HID interface name in the USB Interface Descriptor.
163163
//|
164-
//| `interface_name` must be ASCII string (or buffers) of at most 126.
164+
//| `interface_name` must be an ASCII string (or buffer) of at most 126.
165165
//|
166166
//| This method must be called in boot.py to have any effect.
167167
//|

0 commit comments

Comments
 (0)