Skip to content

Commit 875dd85

Browse files
committed
Fix typo
1 parent e06ea70 commit 875dd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/admin/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ def describe_consumer_groups(self, group_ids, group_coordinator_id=None, include
10001000
useful for avoiding extra network round trips if you already know
10011001
the group coordinator. This is only useful when all the group_ids
10021002
have the same coordinator, otherwise it will error. Default: None.
1003-
:param include_authorized_operatoins: Whether or not to include
1003+
:param include_authorized_operations: Whether or not to include
10041004
information about the operations a group is allowed to perform.
10051005
Only supported on API version >= v3. Default: False.
10061006
:return: A list of group descriptions. For now the group descriptions

0 commit comments

Comments
 (0)