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,
|
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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user