From cd74c1fe4053385151175b5100cb0a0d43bc31f6 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 8 Nov 2016 01:29:45 -0800 Subject: Fix typos --- test/test_partitioner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_partitioner.py') 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) -- cgit v1.2.1