Skip to content

Commit 22a79bc

Browse files
committed
Fix return docstring typos
1 parent f86a9ed commit 22a79bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adafruit_usb_host_mouse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def find_and_init_mouse(cursor_image=DEFAULT_CURSOR, subclass=SUBCLASS_BOOT):
6060
:param subclass: Defines whether to search for boot or non-boot mice.
6161
SUBCLASS_BOOT (0X01), a boot mouse will be searched for
6262
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
63+
:return: A tuple containing the arguments needed by the calling find and init helper
6464
function. If no mouse is found None is returned.
6565
"""
6666
mouse_interface_index, mouse_endpoint_address = None, None

0 commit comments

Comments
 (0)