summaryrefslogtreecommitdiff
path: root/kafka/coordinator/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/coordinator/base.py')
-rw-r--r--kafka/coordinator/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kafka/coordinator/base.py b/kafka/coordinator/base.py
index ab259dd..85b1d78 100644
--- a/kafka/coordinator/base.py
+++ b/kafka/coordinator/base.py
@@ -538,8 +538,8 @@ class BaseCoordinator(object):
self.coordinator_id = None
def close(self):
- """Close the coordinator, leave the current group
- and reset local generation/memberId."""
+ """Close the coordinator, leave the current group,
+ and reset local generation / member_id"""
try:
self._client.unschedule(self.heartbeat_task)
except KeyError: