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 2cc17dfd34..fa7be791a4 100644 --- a/unix/file.c +++ b/unix/file.c @@ -130,7 +130,7 @@ STATIC const mp_stream_p_t rawfile_stream_p = { STATIC const mp_obj_type_t rawfile_type = { { &mp_type_type }, - .name = MP_QSTR_io_dot_FileIO, + .name = MP_QSTR_FileIO, .print = fdfile_print, .make_new = fdfile_make_new, .getiter = mp_identity, |