diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2016-11-08 01:29:45 -0800 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2016-11-14 03:16:41 -0800 |
commit | cd74c1fe4053385151175b5100cb0a0d43bc31f6 (patch) | |
tree | bc430da90685195db6532311f37781ac734479e5 /test/test_partitioner.py | |
parent | 77591afa789a4752f4d385228bea980f448f6a08 (diff) | |
download | kafka-python-cd74c1fe4053385151175b5100cb0a0d43bc31f6.tar.gz |
Fix typos
Diffstat (limited to 'test/test_partitioner.py')
-rw-r--r-- | test/test_partitioner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_partitioner.py b/test/test_partitioner.py index 2b5fe62..47470e1 100644 --- a/test/test_partitioner.py +++ b/test/test_partitioner.py @@ -65,6 +65,6 @@ def test_murmur2_java_compatibility(): def test_murmur2_not_ascii(): - # Verify no regression of murmur2() bug encoding py2 bytes that dont ascii encode + # Verify no regression of murmur2() bug encoding py2 bytes that don't ascii encode murmur2(b'\xa4') murmur2(b'\x81' * 1000) |