Commit bf4f7b49 authored by Guido van Rossum's avatar Guido van Rossum

Reformulated err_badarg error message.

parent 22cf5bee
...@@ -119,7 +119,7 @@ err_clear() ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment