We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10907c3 commit 7fbdd7fCopy full SHA for 7fbdd7f
shared-bindings/displayio/Group.c
@@ -74,7 +74,7 @@ displayio_group_t *native_group(mp_obj_t group_obj) {
74
}
75
76
//| hidden: bool
77
-//| """True when the Group and all of it's layers are not visible. When False, the Group's layers
+//| """True when the Group and all of its layers are not visible. When False, the Group's layers
78
//| are visible if they haven't been hidden."""
79
STATIC mp_obj_t displayio_group_obj_get_hidden(mp_obj_t self_in) {
80
displayio_group_t *self = native_group(self_in);
0 commit comments