summaryrefslogtreecommitdiff
path: root/kafka/client.py
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2016-11-08 01:29:45 -0800
committerJeff Widman <jeff@jeffwidman.com>2016-11-14 03:16:41 -0800
commitcd74c1fe4053385151175b5100cb0a0d43bc31f6 (patch)
treebc430da90685195db6532311f37781ac734479e5 /kafka/client.py
parent77591afa789a4752f4d385228bea980f448f6a08 (diff)
downloadkafka-python-cd74c1fe4053385151175b5100cb0a0d43bc31f6.tar.gz
Fix typos
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(