diff options
Diffstat (limited to 'kafka/conn.py')
-rw-r--r-- | kafka/conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/conn.py b/kafka/conn.py index 304045f..dbe212a 100644 --- a/kafka/conn.py +++ b/kafka/conn.py @@ -902,7 +902,7 @@ class BrokerConnection(object): # The logic here is to check the list of supported request versions # in reverse order. As soon as we find one that works, return it test_cases = [ - # format (<broker verion>, <needed struct>) + # format (<broker version>, <needed struct>) ((0, 11, 0), MetadataRequest[4]), ((0, 10, 2), OffsetFetchRequest[2]), ((0, 10, 1), MetadataRequest[2]), |