Skip to content

Commit 6c199c5

Browse files
committed
Update documentation to remove whitespaces
1 parent bfa9904 commit 6c199c5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

shared-bindings/displayio/Bitmap.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,16 @@ STATIC mp_obj_t bitmap_subscr(mp_obj_t self_in, mp_obj_t index_obj, mp_obj_t val
176176
//| """Inserts the source_bitmap region defined by rectangular boundaries
177177
//| (x1,y1) and (x2,y2) into the bitmap at the specified (x,y) location.
178178
//| :param int x: Horizontal pixel location in bitmap where source_bitmap upper-left
179-
//| corner will be placed
179+
//| corner will be placed
180180
//| :param int y: Vertical pixel location in bitmap where source_bitmap upper-left
181-
//| corner will be placed
181+
//| corner will be placed
182182
//| :param bitmap source_bitmap: Source bitmap that contains the graphical region to be copied
183-
//| : param int x1: Minimum x-value for rectangular bounding box to be copied from the source bitmap
184-
//| : param int y1: Minimum y-value for rectangular bounding box to be copied from the source bitmap
185-
//| : param int x2: Maximum x-value (exclusive) for rectangular bounding box to be copied from the source bitmap
186-
//| : param int y2: Maximum y-value (exclusive) for rectangular bounding box to be copied from the source bitmap
187-
//| : param int skip_index: bitmap palette index in the source that will not be copied,
188-
//| set `None` to copy all pixels"""
183+
//| :param int x1: Minimum x-value for rectangular bounding box to be copied from the source bitmap
184+
//| :param int y1: Minimum y-value for rectangular bounding box to be copied from the source bitmap
185+
//| :param int x2: Maximum x-value (exclusive) for rectangular bounding box to be copied from the source bitmap
186+
//| :param int y2: Maximum y-value (exclusive) for rectangular bounding box to be copied from the source bitmap
187+
//| :param int skip_index: bitmap palette index in the source that will not be copied,
188+
//| set `None` to copy all pixels"""
189189
//| ...
190190
//|
191191

0 commit comments

Comments
 (0)