diff options
Diffstat (limited to 'unix/file.c')
-rw-r--r-- | unix/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/file.c b/unix/file.c index 21dd764748..4e8fba54c8 100644 --- a/unix/file.c +++ b/unix/file.c @@ -116,7 +116,7 @@ static const mp_method_t rawfile_type_methods[] = { static const mp_obj_type_t rawfile_type = { { &mp_const_type }, - "io.FileIO", + .name = MP_QSTR_io_dot_FileIO, .print = fdfile_print, .make_new = fdfile_make_new, .getiter = mp_identity, |