Skip to content

Commit 91f2805

Browse files
committed
Fix typos in class docstrings
1 parent 22a79bc commit 91f2805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adafruit_usb_host_mouse/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def find_and_init_report_mouse(cursor_image=DEFAULT_CURSOR, scale=1):
177177

178178
class BootMouse:
179179
"""
180-
Helpler class that encapsulates the objects needed to interact with a boot
180+
Helper class that encapsulates the objects needed to interact with a boot
181181
mouse, show a visible cursor on the display, and determine when buttons
182182
were pressed.
183183
@@ -318,7 +318,7 @@ def update(self):
318318

319319
class ReportMouse(BootMouse):
320320
"""
321-
Helpler class that encapsulates the objects needed to interact with a non-Boot
321+
Helper class that encapsulates the objects needed to interact with a non-Boot
322322
mouse (Report), show a visible cursor on the display, and determine when buttons
323323
were pressed. The class is a subclass of BootMouse that overrides the update method.
324324

0 commit comments

Comments
 (0)