Skip to content

Commit 31e183d

Browse files
committed
Documentation fix to the fix
1 parent d8a7fa0 commit 31e183d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/is31fl3741/FrameBuffer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//| """Creates an in-memory framebuffer for a IS31FL3741 device."""
4242
//|
4343
//| def __init__(self, is31: ~is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *,
44-
//| framebuffer: Optional[WriteableBuffer] = None, scale: bool = false, gamma: bool = false) -> None:
44+
//| framebuffer: Optional[WriteableBuffer] = None, scale: bool = False, gamma: bool = False) -> None:
4545
//| """Create a IS31FL3741_FrameBuffer object with the given attributes.
4646
//|
4747
//| The framebuffer is in "RGB888" format using 4 bytes per pixel.
@@ -54,7 +54,7 @@
5454
//| A Is31fl3741 is often used in conjunction with a
5555
//| `framebufferio.FramebufferDisplay`.
5656
//|
57-
//| :param ~is31fl3741.IS31FL3741 is31: base IS31FL3741 instance to drive the framebuffer
57+
//| :param is31fl3741.IS31FL3741 is31: base IS31FL3741 instance to drive the framebuffer
5858
//| :param int width: width of the display
5959
//| :param int height: height of the display
6060
//| :param Tuple[int, ...] mapping: mapping of matrix locations to LEDs

0 commit comments

Comments
 (0)