summaryrefslogtreecommitdiff
path: root/kafka/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/client.py')
-rw-r--r--kafka/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/client.py b/kafka/client.py
index 247905a..3de563c 100644
--- a/kafka/client.py
+++ b/kafka/client.py
@@ -576,7 +576,7 @@ class SimpleClient(object):
if leader in self.brokers:
self.topics_to_brokers[topic_part] = self.brokers[leader]
- # If Unknown Broker, fake BrokerMetadata so we dont lose the id
+ # If Unknown Broker, fake BrokerMetadata so we don't lose the id
# (not sure how this could happen. server could be in bad state)
else:
self.topics_to_brokers[topic_part] = BrokerMetadata(