Skip to content

Commit 6916307

Browse files
committed
Doc fix
1 parent 31e183d commit 6916307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/is31fl3741/FrameBuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
//| class IS31FL3741_FrameBuffer:
4141
//| """Creates an in-memory framebuffer for a IS31FL3741 device."""
4242
//|
43-
//| def __init__(self, is31: ~is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *,
43+
//| def __init__(self, is31: is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *,
4444
//| framebuffer: Optional[WriteableBuffer] = None, scale: bool = False, gamma: bool = False) -> None:
4545
//| """Create a IS31FL3741_FrameBuffer object with the given attributes.
4646
//|

0 commit comments

Comments
 (0)