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 /test/testutil.py | |
parent | cb06a6b125d798b3d60ba105f2f86bbcd1a1357a (diff) | |
download | kafka-python-83081befc1a9da3c02f78e092698ddca0f41a0f9.tar.gz |
Spelling and grammar changes (#923)
Diffstat (limited to 'test/testutil.py')
-rw-r--r-- | test/testutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutil.py b/test/testutil.py index a6f4421..c247e6a 100644 --- a/test/testutil.py +++ b/test/testutil.py @@ -114,7 +114,7 @@ class KafkaIntegrationTestCase(unittest.TestCase): try: offsets, = self.client.send_offset_request([OffsetRequestPayload(topic, partition, -1, 1)]) except: - # XXX: We've seen some UnknownErrors here and cant debug w/o server logs + # XXX: We've seen some UnknownErrors here and can't debug w/o server logs self.zk.child.dump_logs() self.server.child.dump_logs() raise |