Skip to content

Commit 720d242

Browse files
committed
doc fix
1 parent c157ada commit 720d242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/Bitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//| per row is a multiple of 4, then the resulting memoryview will correspond directly with the bitmap's contents. Otherwise,
4444
//| the bitmap data is packed into the memoryview with unspecified padding.
4545
//|
46-
//| A read-only buffer can be used e.g., with `ulab.fromarray` to efficiently create an array with the same content as a Bitmap;
46+
//| A read-only buffer can be used e.g., with `ulab.frombuffer` to efficiently create an array with the same content as a Bitmap;
4747
//| to move data efficiently from ulab back into a Bitmap, use `bitmaptools.arrayblit`.
4848
//| """
4949
//|

0 commit comments

Comments
 (0)