We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86a9ed commit 22a79bcCopy full SHA for 22a79bc
1 file changed
adafruit_usb_host_mouse/__init__.py
@@ -60,7 +60,7 @@ def find_and_init_mouse(cursor_image=DEFAULT_CURSOR, subclass=SUBCLASS_BOOT):
60
:param subclass: Defines whether to search for boot or non-boot mice.
61
SUBCLASS_BOOT (0X01), a boot mouse will be searched for
62
SUBCLASS_RESERVED (0x00), a non-boot (report) mouse will be searched for
63
- :return: A tupple cotaining the arguments needed by the calling find and init helper
+ :return: A tuple containing the arguments needed by the calling find and init helper
64
function. If no mouse is found None is returned.
65
"""
66
mouse_interface_index, mouse_endpoint_address = None, None
0 commit comments