Skip to content

Commit

Permalink
Merge pull request adafruit#9556 from timdechant/dev_stdio_docstring
Browse files Browse the repository at this point in the history
Fix docstring for stdout.buffer
  • Loading branch information
dhalbert authored Aug 23, 2024
2 parents 7477b2a + 2c9212a commit fb3f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/runtime/sys_stdio_mphal.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ STATIC const mp_stream_p_t stdio_buffer_obj_stream_p = {

STATIC MP_DEFINE_CONST_OBJ_TYPE(
stdio_buffer_obj_type,
MP_QSTR_StringIO,
MP_QSTR_FileIO,
MP_TYPE_FLAG_ITER_IS_STREAM,
print, stdio_obj_print,
protocol, &stdio_buffer_obj_stream_p,
Expand Down

0 comments on commit fb3f3a4

Please sign in to comment.