diff options
author | melissacrawford396 <melissacrawford396@gmail.com> | 2017-01-11 20:19:38 -0500 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-01-11 17:19:38 -0800 |
commit | 83081befc1a9da3c02f78e092698ddca0f41a0f9 (patch) | |
tree | 6ded62dffce4bdca3605b6691ebc8b61b72d6157 /kafka/consumer/base.py | |
parent | cb06a6b125d798b3d60ba105f2f86bbcd1a1357a (diff) | |
download | kafka-python-83081befc1a9da3c02f78e092698ddca0f41a0f9.tar.gz |
Spelling and grammar changes (#923)
Diffstat (limited to 'kafka/consumer/base.py')
-rw-r--r-- | kafka/consumer/base.py | 2 |
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 |