Skip to content

Commit ae6164f

Browse files
Change name of parameter to match documentation.
1 parent e38b4af commit ae6164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cxoConnection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ static PyObject *cxoConnection_enqueue(cxoConnection *conn, PyObject* args,
15361536
static PyObject *cxoConnection_queue(cxoConnection *conn, PyObject* args,
15371537
PyObject* keywordArgs)
15381538
{
1539-
static char *keywordList[] = { "name", "type", NULL };
1539+
static char *keywordList[] = { "name", "payloadType", NULL };
15401540
cxoObjectType *typeObj;
15411541
cxoBuffer nameBuffer;
15421542
PyObject *nameObj;

0 commit comments

Comments
 (0)