Skip to content

Commit 73653bb

Browse files
committed
Update cursor param to be of type Cursor in CursorManager class docstring
1 parent cb0d0f9 commit 73653bb

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
@@ -30,7 +30,7 @@
3030
class CursorManager:
3131
"""Simple interaction user interface interaction for Adafruit_CursorControl.
3232
33-
:param adafruit_cursorcontrol cursor: The cursor object we are using.
33+
:param Cursor cursor: The cursor object we are using.
3434
"""
3535

3636
def __init__(self, cursor):

0 commit comments

Comments
 (0)