diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-03-16 19:01:38 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-03-16 19:01:38 -0500 |
| commit | 5810004bc9b4e50d6e21abf361d280d4046a5ca5 (patch) | |
| tree | 8c3e29eb523a382a47a76a6d5a1eef6f6944f99f /shared-bindings | |
| parent | df2d08366afa14f52e537d267bd4f75032865f2a (diff) | |
fix doc error
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/bitmaptools/__init__.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-bindings/bitmaptools/__init__.c b/shared-bindings/bitmaptools/__init__.c index ae1787439..7d89ec252 100644 --- a/shared-bindings/bitmaptools/__init__.c +++ b/shared-bindings/bitmaptools/__init__.c @@ -368,8 +368,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmaptools_draw_line_obj, 0, bitmaptools_obj_draw_li //| are not specified, or are given as -1, they are taken as the width //| and height of the image. //| -//| The coordinates affected by the blit are ``x1 <= x < x2`` and ``y1 < -//| y < y2``. +//| The coordinates affected by the blit are ``x1 <= x < x2`` and ``y1 <= y < y2``. //| //| ``data`` must contain at least as many elements as required. If it //| contains excess elements, they are ignored. |
