We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eb7bf commit 958e174Copy full SHA for 958e174
confluent_kafka/src/Consumer.c
@@ -1170,7 +1170,7 @@ static PyMethodDef Consumer_methods[] = {
1170
},
1171
{ "position", (PyCFunction)Consumer_position,
1172
METH_VARARGS|METH_KEYWORDS,
1173
- ".. py:function:: position(partitions, [timeout=None])\n"
+ ".. py:function:: position(partitions)\n"
1174
"\n"
1175
" Retrieve current positions (offsets) for the list of partitions.\n"
1176
0 commit comments