We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0599286 commit 7aab3e8Copy full SHA for 7aab3e8
1 file changed
shared-bindings/_stage/__init__.c
@@ -84,7 +84,7 @@ STATIC mp_obj_t stage_render(size_t n_args, const mp_obj_t *args) {
84
size_t buffer_size = bufinfo.len / 2; // 16-bit indexing
85
86
if (!MP_OBJ_IS_TYPE(args[6], &displayio_display_type)) {
87
- mp_raise_TypeError(translate("expected displayio.Display"));
+ mp_raise_TypeError(translate("argument num/types mismatch"));
88
}
89
displayio_display_obj_t *display = MP_OBJ_TO_PTR(args[6]);
90
0 commit comments