fix the docs

This commit is contained in:
Neradoc 2022-07-14 13:31:41 +02:00
parent 626296b613
commit 17d65fe8f3
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ STATIC mp_obj_t framebufferio_framebufferdisplay_obj_fill_row(size_t n_args, con
}
MP_DEFINE_CONST_FUN_OBJ_KW(framebufferio_framebufferdisplay_fill_row_obj, 1, framebufferio_framebufferdisplay_obj_fill_row);
//| root_group: Group
//| root_group: displayio.Group
//| """The root group on the display."""
//|
//|