Skip to content

Commit

Permalink
Update obj.c
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorNehrutsa committed Jul 21, 2023
1 parent 392abff commit 365bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ int64_t mp_obj_get_ll_int(mp_obj_t arg_in) {
return res;
#endif
} else {
mp_raise_ValueError(MP_ERROR_TEXT("expected integer"));
mp_raise_ValueError(MP_ERROR_TEXT("expected an integer"));
return 0;
}
return 0;
Expand Down

0 comments on commit 365bf24

Please sign in to comment.