diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-11-14 11:01:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-14 11:01:34 -0800 |
commit | 8ac79fbe3dd1b28d052551a5fa3e6acfdc1ba457 (patch) | |
tree | bc430da90685195db6532311f37781ac734479e5 /kafka/producer/base.py | |
parent | 77591afa789a4752f4d385228bea980f448f6a08 (diff) | |
parent | cd74c1fe4053385151175b5100cb0a0d43bc31f6 (diff) | |
download | kafka-python-8ac79fbe3dd1b28d052551a5fa3e6acfdc1ba457.tar.gz |
Fix typos (#874)
Diffstat (limited to 'kafka/producer/base.py')
-rw-r--r-- | kafka/producer/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/producer/base.py b/kafka/producer/base.py index 8471818..30b6fd7 100644 --- a/kafka/producer/base.py +++ b/kafka/producer/base.py @@ -104,7 +104,7 @@ def _send_upstream(queue, client, codec, batch_time, batch_size, msgset = defaultdict(list) # Merging messages will require a bit more work to manage correctly - # for now, dont look for new batches if we have old ones to retry + # for now, don't look for new batches if we have old ones to retry if request_tries: count = 0 log.debug('Skipping new batch collection to handle retries') |