Skip to content

Commit b453d18

Browse files
committed
ColorConverter: fix a docstring
1 parent eaf8bc0 commit b453d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/ColorConverter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//| class ColorConverter:
4040
//| """Converts one color format to another."""
4141
//|
42-
//| def __init__(self, *, colorspace: Colorspace=Colorspace.RGB888, dither: bool = False) -> None:
42+
//| def __init__(self, *, input_colorspace: Colorspace=Colorspace.RGB888, dither: bool = False) -> None:
4343
//| """Create a ColorConverter object to convert color formats.
4444
//|
4545
//| :param Colorspace colorspace: The source colorspace, one of the Colorspace constants

0 commit comments

Comments
 (0)