summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2019-12-29 15:48:58 -0800
committerDana Powers <dana.powers@gmail.com>2019-12-29 15:48:58 -0800
commit875dd857ca2e2e1524ddeaa061a70cbab1a0772f (patch)
treedd9f58c3a84c8c3ac63712dd4edb238c58840145
parente06ea70174e0b114bec8072371a54ae6bcd73da5 (diff)
downloadkafka-python-875dd857ca2e2e1524ddeaa061a70cbab1a0772f.tar.gz
Fix typo
-rw-r--r--kafka/admin/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/admin/client.py b/kafka/admin/client.py
index accbf14..dd198c0 100644
--- a/kafka/admin/client.py
+++ b/kafka/admin/client.py
@@ -1000,7 +1000,7 @@ class KafkaAdminClient(object):
useful for avoiding extra network round trips if you already know
the group coordinator. This is only useful when all the group_ids
have the same coordinator, otherwise it will error. Default: None.
- :param include_authorized_operatoins: Whether or not to include
+ :param include_authorized_operations: Whether or not to include
information about the operations a group is allowed to perform.
Only supported on API version >= v3. Default: False.
:return: A list of group descriptions. For now the group descriptions