aboutsummaryrefslogtreecommitdiff
path: root/py/objtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objtype.c')
-rw-r--r--py/objtype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/objtype.c b/py/objtype.c
index 4358148c0..83ae48d2d 100644
--- a/py/objtype.c
+++ b/py/objtype.c
@@ -7,12 +7,12 @@
#include "obj.h"
void type_print(void (*print)(void *env, const char *fmt, ...), void *env, mp_obj_t self_in) {
- print(env, "type?");
+ print(env, "<a type>");
}
const mp_obj_type_t mp_const_type = {
{ &mp_const_type },
- "type?",
+ "<a type>",
type_print, // print
NULL, // call_n
NULL, // unary_op