From 6916307e765cfb1347a1de3d3c711dd550bded00 Mon Sep 17 00:00:00 2001 From: gamblor21 Date: Thu, 27 Jan 2022 18:17:38 -0600 Subject: [PATCH] Doc fix --- shared-bindings/is31fl3741/FrameBuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-bindings/is31fl3741/FrameBuffer.c b/shared-bindings/is31fl3741/FrameBuffer.c index ff82776871..3afde79320 100644 --- a/shared-bindings/is31fl3741/FrameBuffer.c +++ b/shared-bindings/is31fl3741/FrameBuffer.c @@ -40,7 +40,7 @@ //| class IS31FL3741_FrameBuffer: //| """Creates an in-memory framebuffer for a IS31FL3741 device.""" //| -//| def __init__(self, is31: ~is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *, +//| def __init__(self, is31: is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *, //| framebuffer: Optional[WriteableBuffer] = None, scale: bool = False, gamma: bool = False) -> None: //| """Create a IS31FL3741_FrameBuffer object with the given attributes. //|