Skip to content

Commit c32d69d

Browse files
authored
Update AdminTypes.c new_total_count description (#1789)
Corrected NewPartitions parameter description new_total_cnt to correct new_total_count
1 parent dc3114a commit c32d69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confluent_kafka/src/AdminTypes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ PyTypeObject NewPartitionsType = {
455455
" Instantiate a NewPartitions object.\n"
456456
"\n"
457457
" :param string topic: Topic name\n"
458-
" :param int new_total_cnt: Increase the topic's partition count to this value.\n"
458+
" :param int new_total_count: Increase the topic's partition count to this value.\n"
459459
" :param list replica_assignment: List of lists with the replication assignment for each new partition.\n"
460460
" :rtype: NewPartitions\n"
461461
"\n"

0 commit comments

Comments
 (0)