mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Reformulated err_badarg error message.
This commit is contained in:
parent
124967ca8c
commit
f1ac403c4d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ err_clear()
|
||||||
int
|
int
|
||||||
err_badarg()
|
err_badarg()
|
||||||
{
|
{
|
||||||
err_setstr(TypeError, "illegal argument type for built-in function");
|
err_setstr(TypeError, "illegal argument type for built-in operation");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue