Change name of parameter to match documentation.
This commit is contained in:
parent
e38b4af987
commit
ae6164fc58
@ -1536,7 +1536,7 @@ static PyObject *cxoConnection_enqueue(cxoConnection *conn, PyObject* args,
|
||||
static PyObject *cxoConnection_queue(cxoConnection *conn, PyObject* args,
|
||||
PyObject* keywordArgs)
|
||||
{
|
||||
static char *keywordList[] = { "name", "type", NULL };
|
||||
static char *keywordList[] = { "name", "payloadType", NULL };
|
||||
cxoObjectType *typeObj;
|
||||
cxoBuffer nameBuffer;
|
||||
PyObject *nameObj;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user