Reformulated err_badarg error message.
This commit is contained in:
parent
124967ca8c
commit
f1ac403c4d
|
@ -119,7 +119,7 @@ err_clear()
|
|||
int
|
||||
err_badarg()
|
||||
{
|
||||
err_setstr(TypeError, "illegal argument type for built-in function");
|
||||
err_setstr(TypeError, "illegal argument type for built-in operation");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue