summaryrefslogtreecommitdiff
path: root/kafka/conn.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/conn.py')
-rw-r--r--kafka/conn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/conn.py b/kafka/conn.py
index d042300..61d63bf 100644
--- a/kafka/conn.py
+++ b/kafka/conn.py
@@ -887,7 +887,7 @@ class BrokerConnection(object):
def _infer_broker_version_from_api_versions(self, api_versions):
# The logic here is to check the list of supported request versions
- # in descending order. As soon as we find one that works, return it
+ # in reverse order. As soon as we find one that works, return it
test_cases = [
# format (<broker verion>, <needed struct>)
((0, 11, 0), MetadataRequest[4]),