Skip to content

Commit 2ed01e9

Browse files
timgates42jeffwidman
authored andcommitted
Fix simple typo: managementment -> management
Closes #1965
1 parent 3861e16 commit 2ed01e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/coordinator/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(self, client, metrics, **configs):
9898
partition assignment (if enabled), and to use for fetching and
9999
committing offsets. Default: 'kafka-python-default-group'
100100
session_timeout_ms (int): The timeout used to detect failures when
101-
using Kafka's group managementment facilities. Default: 30000
101+
using Kafka's group management facilities. Default: 30000
102102
heartbeat_interval_ms (int): The expected time in milliseconds
103103
between heartbeats to the consumer coordinator when using
104104
Kafka's group management feature. Heartbeats are used to ensure

0 commit comments

Comments
 (0)