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 /test/test_producer.py | |
parent | 77591afa789a4752f4d385228bea980f448f6a08 (diff) | |
parent | cd74c1fe4053385151175b5100cb0a0d43bc31f6 (diff) | |
download | kafka-python-8ac79fbe3dd1b28d052551a5fa3e6acfdc1ba457.tar.gz |
Fix typos (#874)
Diffstat (limited to 'test/test_producer.py')
-rw-r--r-- | test/test_producer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_producer.py b/test/test_producer.py index 125737b..136d85f 100644 --- a/test/test_producer.py +++ b/test/test_producer.py @@ -31,7 +31,7 @@ def test_end_to_end(kafka_broker, compression): # LZ4 requires 0.8.2 if version() < (0, 8, 2): return - # LZ4 python libs dont work on python2.6 + # LZ4 python libs don't work on python2.6 elif sys.version_info < (2, 7): return |