Skip to content

Commit d9cc55e

Browse files
committed
Add type to bmp param in Cursor.cursor_bitmap() docstring
1 parent 1d3c90f commit d9cc55e

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
@@ -218,7 +218,7 @@ def cursor_bitmap(self):
218218
def cursor_bitmap(self, bmp):
219219
"""Set a new cursor bitmap.
220220
221-
:param bmp: A Bitmap to use for the cursor
221+
:param ~displayio.Bitmap bmp: A Bitmap to use for the cursor
222222
"""
223223
self._cursor_bitmap = bmp
224224
self._cursor_grp.remove(self._cur_sprite)

0 commit comments

Comments
 (0)