summaryrefslogtreecommitdiff
path: root/kafka/consumer/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/consumer/base.py')
-rw-r--r--kafka/consumer/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/base.py b/kafka/consumer/base.py
index d2d9e8d..a77ce7e 100644
--- a/kafka/consumer/base.py
+++ b/kafka/consumer/base.py
@@ -110,7 +110,7 @@ class Consumer(object):
for resp in responses:
try:
check_error(resp)
- # API spec says server wont set an error here
+ # API spec says server won't set an error here
# but 0.8.1.1 does actually...
except UnknownTopicOrPartitionError:
pass