|
@@ -897,9 +897,7 @@ PyObject* VM::vectorcall(int ARGC, int KWARGC, bool op_call){
|
|
|
co->name, "() takes ", decl->args.size(), " positional arguments but ", args.size(), " were given"
|
|
co->name, "() takes ", decl->args.size(), " positional arguments but ", args.size(), " were given"
|