mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user