Skip to content

Commit fa8af0c

Browse files
author
Swen Wenzel
committed
fix delete_consumer_groups docstring
1 parent 792cf2b commit fa8af0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/admin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ def delete_consumer_groups(self, group_ids, group_coordinator_id=None):
13031303
Explicitly specifying this can be useful to prevent
13041304
that extra network round trips if you already know the group
13051305
coordinator. Default: None.
1306-
:return dictionary: A list of tuples (group_id, KafkaError)
1306+
:return: A list of tuples (group_id, KafkaError)
13071307
"""
13081308
if group_coordinator_id is not None:
13091309
futures = [self._delete_consumer_groups_send_request(group_ids, group_coordinator_id)]

0 commit comments

Comments
 (0)