Skip to content

Commit 17d65fe

Browse files
committed
fix the docs
1 parent 626296b commit 17d65fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/framebufferio/FramebufferDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ STATIC mp_obj_t framebufferio_framebufferdisplay_obj_fill_row(size_t n_args, con
353353
}
354354
MP_DEFINE_CONST_FUN_OBJ_KW(framebufferio_framebufferdisplay_fill_row_obj, 1, framebufferio_framebufferdisplay_obj_fill_row);
355355

356-
//| root_group: Group
356+
//| root_group: displayio.Group
357357
//| """The root group on the display."""
358358
//|
359359
//|

0 commit comments

Comments
 (0)