Skip to content

Commit 92e7c76

Browse files
committed
remove periods from DOC string lists
1 parent 3bb117d commit 92e7c76

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

adafruit_usb_host_mouse/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ class BootMouse:
225225
:param device: The usb device instance for the mouse
226226
:param interface_index: The USB interface index of the mouse
227227
:param endpoint_address: The address of the mouse endpoint
228-
:param was_attached: A list of the usb devices detached from the kernel.
228+
:param was_attached: A list of the usb devices detached from the kernel
229229
:param tilegrid: The TileGrid that holds the visible mouse cursor
230-
:param scale: The scale of the group that the Mouse TileGrid will be put into.
230+
:param scale: The scale of the group that the Mouse TileGrid will be put into
231231
Needed in order to properly clamp the mouse to the display bounds
232232
"""
233233

@@ -367,9 +367,9 @@ class ReportMouse(BootMouse):
367367
:param device: The usb device instance for the mouse
368368
:param interface_index: The USB interface index of the mouse
369369
:param endpoint_address: The address of the mouse endpoint
370-
:param was_attached: A list of the usb devices detached from the kernel.
370+
:param was_attached: A list of the usb devices detached from the kernel
371371
:param tilegrid: The TileGrid that holds the visible mouse cursor
372-
:param scale: The scale of the group that the Mouse TileGrid will be put into.
372+
:param scale: The scale of the group that the Mouse TileGrid will be put into
373373
Needed in order to properly clamp the mouse to the display bounds
374374
"""
375375

0 commit comments

Comments
 (0)