diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-03-16 19:05:06 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-03-16 19:05:06 -0500 |
| commit | 074ba1daff2c188d1aef278833982016da49f403 (patch) | |
| tree | e28f97a4721197b6d55375b2e3f149c83c59e019 /shared-bindings | |
| parent | 94fa8e8a606352ad3eb7c5986e62d9850ceeb865 (diff) | |
more doc fixes
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/bitmaptools/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bitmaptools/__init__.c b/shared-bindings/bitmaptools/__init__.c index 7d89ec252..bdd4d3e67 100644 --- a/shared-bindings/bitmaptools/__init__.c +++ b/shared-bindings/bitmaptools/__init__.c @@ -362,7 +362,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmaptools_draw_line_obj, 0, bitmaptools_obj_draw_li //| """Inserts pixels from ``data`` into the rectangle of width×height pixels with the upper left corner at ``(x,y)`` //| //| The values from ``data`` are taken modulo the number of color values -//| avalable in the destintaion bitmap. +//| avalable in the destination bitmap. //| //| If x1 or y1 are not specified, they are taken as 0. If x2 or y2 //| are not specified, or are given as -1, they are taken as the width |
