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 dc3114a commit c32d69dCopy full SHA for c32d69d
src/confluent_kafka/src/AdminTypes.c
@@ -455,7 +455,7 @@ PyTypeObject NewPartitionsType = {
455
" Instantiate a NewPartitions object.\n"
456
"\n"
457
" :param string topic: Topic name\n"
458
- " :param int new_total_cnt: Increase the topic's partition count to this value.\n"
+ " :param int new_total_count: Increase the topic's partition count to this value.\n"
459
" :param list replica_assignment: List of lists with the replication assignment for each new partition.\n"
460
" :rtype: NewPartitions\n"
461
0 commit comments