Skip to content

Commit eb7fc97

Browse files
committed
fix docstring triple quote.
1 parent f2de64c commit eb7fc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/tilepalettemapper/TilePaletteMapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//| :param Union[displayio.Palette, displayio.ColorConverter] pixel_shader:
3030
//| The palette or ColorConverter to get mapped colors from.
3131
//| :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
32+
//| :param TileGrid tilegrid: The tilegrid to use with the TilePaletteMapper"""
3333
//|
3434

3535
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

Comments
 (0)