We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2de64c commit eb7fc97Copy full SHA for eb7fc97
1 file changed
shared-bindings/tilepalettemapper/TilePaletteMapper.c
@@ -29,7 +29,7 @@
29
//| :param Union[displayio.Palette, displayio.ColorConverter] pixel_shader:
30
//| The palette or ColorConverter to get mapped colors from.
31
//| :param int input_color_count: The number of colors in in the input bitmap.
32
-//| :param TileGrid tilegrid: The tilegrid to use with the TilePaletteMapper
+//| :param TileGrid tilegrid: The tilegrid to use with the TilePaletteMapper"""
33
//|
34
35
static mp_obj_t tilepalettemapper_tilepalettemapper_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *all_args) {
0 commit comments