Skip to content

Commit 2830cd2

Browse files
committed
Moved is_hidden param for Cursor class docstring before cursor_speed
1 parent df98457 commit 2830cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cursorcontrol/cursorcontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ class Cursor:
3131
3232
:param ~displayio.Display display: CircuitPython display object.
3333
:param ~displayio.Group display_group: CircuitPython group object to append the cursor to.
34+
:param bool is_hidden: Cursor is hidden on init.
3435
:param int cursor_speed: Speed of the cursor, in pixels.
3536
:param int scale: Scale amount for the cursor in both directions.
36-
:param bool is_hidden: Cursor is hidden on init.
3737
3838
Example for creating a cursor layer
3939

0 commit comments

Comments
 (0)