Skip to content

Commit 5810004

Browse files
committed
fix doc error
1 parent df2d083 commit 5810004

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shared-bindings/bitmaptools/__init__.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmaptools_draw_line_obj, 0, bitmaptools_obj_draw_li
368368
//| are not specified, or are given as -1, they are taken as the width
369369
//| and height of the image.
370370
//|
371-
//| The coordinates affected by the blit are ``x1 <= x < x2`` and ``y1 <
372-
//| y < y2``.
371+
//| The coordinates affected by the blit are ``x1 <= x < x2`` and ``y1 <= y < y2``.
373372
//|
374373
//| ``data`` must contain at least as many elements as required. If it
375374
//| contains excess elements, they are ignored.

0 commit comments

Comments
 (0)