Skip to content

Commit 7329754

Browse files
committed
Update bmp param text in Cursor.generate_cursor() docstring
1 parent 47547ad commit 7329754

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
@@ -228,7 +228,7 @@ def cursor_bitmap(self, bmp):
228228
def generate_cursor(self, bmp):
229229
"""Generates a cursor icon
230230
231-
:param ~displayio.Bitmap bmp: Bitmap to use for the cursor
231+
:param ~displayio.Bitmap bmp: A Bitmap to use for the cursor
232232
"""
233233
self._is_deinited()
234234
self._cursor_grp = displayio.Group(scale=self._scale)

0 commit comments

Comments
 (0)