Skip to content

Commit 870dadc

Browse files
committed
update more docstrings
1 parent a367e84 commit 870dadc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-bindings/bitmaptools/__init__.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmaptools_arrayblit_obj, 0, bitmaptools_arrayblit);
440440
//|
441441
//| The file must be positioned so that it consists of ``bitmap.height`` rows of pixel data, where each row is the smallest multiple of ``element_size`` bytes that can hold ``bitmap.width`` pixels.
442442
//|
443-
//| The bytes in an element can be optionally swapped, and the pixels in an element can be reversed.
443+
//| The bytes in an element can be optionally swapped, and the pixels in an element can be reversed. Also, the
444+
//| row loading direction can be reversed, which may be requires for loading certain bitmap files.
444445
//|
445446
//| This function doesn't parse image headers, but is useful to speed up loading of uncompressed image formats such as PCF glyph data.
446447
//|

0 commit comments

Comments
 (0)