Skip to content

Commit 074ba1d

Browse files
committed
more doc fixes
1 parent 94fa8e8 commit 074ba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/bitmaptools/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmaptools_draw_line_obj, 0, bitmaptools_obj_draw_li
362362
//| """Inserts pixels from ``data`` into the rectangle of width×height pixels with the upper left corner at ``(x,y)``
363363
//|
364364
//| The values from ``data`` are taken modulo the number of color values
365-
//| avalable in the destintaion bitmap.
365+
//| avalable in the destination bitmap.
366366
//|
367367
//| If x1 or y1 are not specified, they are taken as 0. If x2 or y2
368368
//| are not specified, or are given as -1, they are taken as the width

0 commit comments

Comments
 (0)