Skip to content

Commit e11fd78

Browse files
committed
Change cursor param type to Cursor in DebouncedCursorManager class docstring
1 parent 41badb4 commit e11fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class DebouncedCursorManager(CursorManager):
177177
the button is just pressed, and just released, as well it's current state. "Just" in this
178178
context means "since the previous call to update."
179179
180-
:param adafruit_cursorcontrol cursor: The cursor object we are using.
180+
:param Cursor cursor: The cursor object we are using.
181181
"""
182182

183183
def __init__(self, cursor, debounce_interval=0.01):

0 commit comments

Comments
 (0)