Skip to content

Commit 37c48c9

Browse files
committed
Try to fix DOC string syntax
1 parent 875b0b4 commit 37c48c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_usb_host_mouse/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def find_and_init_mouse(cursor_image=DEFAULT_CURSOR, subclass=SUBCLASS_BOOT):
5858
`None`, the object instance created using the returned tuple will not control
5959
a :class:`displayio.TileGrid` object.
6060
: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` (0x02), a non-boot (report) mouse will be searched for
61+
SUBCLASS_BOOT (0X01), a boot mouse will be searched for
62+
SUBCLASS_RESERVED (0x02), a non-boot (report) mouse will be searched for
6363
:return: A tupple cotaining the arguments needed to inialize a :class:`BootMouse`
6464
or `ReportMouse` instance depending on the value of subclass. If no mouse is found
6565
None is returned.

0 commit comments

Comments
 (0)