Skip to content

Commit f1fb2cd

Browse files
committed
Minor tweaks to try to fix documentation failing
1 parent 9a6a156 commit f1fb2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/Bitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ STATIC mp_obj_t bitmap_subscr(mp_obj_t self_in, mp_obj_t index_obj, mp_obj_t val
186186
//| :param int x2: Maximum x-value (exclusive) for rectangular bounding box to be copied from the source bitmap
187187
//| :param int y2: Maximum y-value (exclusive) for rectangular bounding box to be copied from the source bitmap
188188
//| :param int skip_index: bitmap palette index in the source that will not be copied,
189-
//| set `None` to copy all pixels"""
189+
//| set to None to copy all pixels"""
190190
//| ...
191191
//|
192192

0 commit comments

Comments
 (0)