We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f4bf0 commit e2ba45cCopy full SHA for e2ba45c
1 file changed
py/vm.c
@@ -1124,7 +1124,7 @@ unwind_jump:;
1124
}
1125
1126
if (obj == MP_OBJ_NULL) {
1127
- obj = mp_obj_new_exception_msg(&mp_type_RuntimeError, "No active exception to reraise");
+ obj = mp_obj_new_exception_msg(&mp_type_RuntimeError, "no active exception to reraise");
1128
RAISE(obj);
1129
1130
} else {
0 commit comments