1 parent 1355cf4 commit 4602b9aCopy full SHA for 4602b9a
1 file changed
py/obj.h
@@ -418,7 +418,7 @@ machine_int_t mp_obj_int_get(mp_obj_t self_in);
418
#if MICROPY_ENABLE_FLOAT
419
mp_float_t mp_obj_int_as_float(mp_obj_t self_in);
420
#endif
421
-// Will rains exception if value doesn't fit into machine_int_t
+// Will raise exception if value doesn't fit into machine_int_t
422
machine_int_t mp_obj_int_get_checked(mp_obj_t self_in);
423
424
// exception
0 commit comments