Skip to content

Commit 9a6a156

Browse files
committed
Update documentation string with blank line
1 parent a9f6d14 commit 9a6a156

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
@@ -172,10 +172,10 @@ STATIC mp_obj_t bitmap_subscr(mp_obj_t self_in, mp_obj_t index_obj, mp_obj_t val
172172
return mp_const_none;
173173
}
174174

175-
176175
//| def blit(self, x: int, y: int, source_bitmap: bitmap, *, x1: int, y1: int, x2: int, y2: int, skip_index: int) -> None:
177176
//| """Inserts the source_bitmap region defined by rectangular boundaries
178177
//| (x1,y1) and (x2,y2) into the bitmap at the specified (x,y) location.
178+
//|
179179
//| :param int x: Horizontal pixel location in bitmap where source_bitmap upper-left
180180
//| corner will be placed
181181
//| :param int y: Vertical pixel location in bitmap where source_bitmap upper-left

0 commit comments

Comments
 (0)