Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1ac403

Browse files
committed
Reformulated err_badarg error message.
1 parent 124967c commit f1ac403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/errors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ err_clear()
119119
int
120120
err_badarg()
121121
{
122-
err_setstr(TypeError, "illegal argument type for built-in function");
122+
err_setstr(TypeError, "illegal argument type for built-in operation");
123123
return 0;
124124
}
125125

0 commit comments

Comments
 (0)