Skip to content

Commit 9e84953

Browse files
committed
more formatting fixes
1 parent f0283fa commit 9e84953

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_usb_host_mouse/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ def find_and_init_report_mouse(cursor_image=DEFAULT_CURSOR): # noqa: PLR0912
130130
and return it.
131131
132132
:param cursor_image: Provide the absolute path to the desired cursor bitmap image. If set as
133-
`None`, the :class:`ReportMouse` instance will not control
134-
a :class:`displayio.TileGrid` object.
133+
`None`, the :class:`ReportMouse` will not control a :class:`displayio.TileGrid` object.
135134
:return: The :class:`ReportMouse` instance or None if no mouse was found.
136135
"""
137136
mouse_interface_index, mouse_endpoint_address = None, None

0 commit comments

Comments
 (0)