Skip to content

Commit 021b575

Browse files
lowercase24edenhill
authored andcommitted
updating the signature in the docs to match what is in the repo. This resolves bug 644
1 parent 50e09cf commit 021b575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confluent_kafka/src/AdminTypes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ PyTypeObject NewPartitionsType = {
437437
"NewPartitions specifies per-topic settings for passing to "
438438
"passed to AdminClient.create_partitions().\n"
439439
"\n"
440-
".. py:function:: NewPartitions(topic, new_total_count, [replication_factor], [replica_assignment])\n"
440+
".. py:function:: NewPartitions(topic, new_total_count, [replica_assignment])\n"
441441
"\n"
442442
" Instantiate a NewPartitions object.\n"
443443
"\n"

0 commit comments

Comments
 (0)