This commit is contained in:
Krasimir Angelov
2023-08-25 18:09:16 +02:00
parent 1a17234a9c
commit 22c41367ec

View File

@@ -865,7 +865,7 @@ ExprApp_init(ExprAppObject *self, PyObject *args, PyObject *kwds)
return 0;
}
PyErr_SetString(PyExc_TypeError, "The arguments must two expressions");
PyErr_SetString(PyExc_TypeError, "The arguments must be two expressions");
return -1;
}