Change name of parameter to match documentation.

This commit is contained in:
Anthony Tuininga 2019-06-19 16:01:06 -06:00
parent e38b4af987
commit ae6164fc58

View File

@ -1536,7 +1536,7 @@ static PyObject *cxoConnection_enqueue(cxoConnection *conn, PyObject* args,
static PyObject *cxoConnection_queue(cxoConnection *conn, PyObject* args, static PyObject *cxoConnection_queue(cxoConnection *conn, PyObject* args,
PyObject* keywordArgs) PyObject* keywordArgs)
{ {
static char *keywordList[] = { "name", "type", NULL }; static char *keywordList[] = { "name", "payloadType", NULL };
cxoObjectType *typeObj; cxoObjectType *typeObj;
cxoBuffer nameBuffer; cxoBuffer nameBuffer;
PyObject *nameObj; PyObject *nameObj;