Skip to content

Commit 3f15845

Browse files
committed
can't xref this right now
1 parent 5a56df9 commit 3f15845

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.numpy.frombuffer` to efficiently create an array with the same content as a Bitmap;
46+
//| A read-only buffer can be used e.g., with ``ulab.numpy.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)