Skip to content

Commit 4602b9a

Browse files
committed
obj.h: Typo fix in comment.
1 parent 1355cf4 commit 4602b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/obj.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ machine_int_t mp_obj_int_get(mp_obj_t self_in);
418418
#if MICROPY_ENABLE_FLOAT
419419
mp_float_t mp_obj_int_as_float(mp_obj_t self_in);
420420
#endif
421-
// Will rains exception if value doesn't fit into machine_int_t
421+
// Will raise exception if value doesn't fit into machine_int_t
422422
machine_int_t mp_obj_int_get_checked(mp_obj_t self_in);
423423

424424
// exception

0 commit comments

Comments
 (0)