summaryrefslogtreecommitdiff
path: root/kafka/protocol/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/protocol/fetch.py')
-rw-r--r--kafka/protocol/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/protocol/fetch.py b/kafka/protocol/fetch.py
index 79b010f..6a9ad5b 100644
--- a/kafka/protocol/fetch.py
+++ b/kafka/protocol/fetch.py
@@ -37,7 +37,7 @@ class FetchResponse_v1(Struct):
class FetchResponse_v2(Struct):
API_KEY = 1
API_VERSION = 2
- SCHEMA = FetchResponse_v1.SCHEMA # message format changed internally
+ SCHEMA = FetchResponse_v1.SCHEMA # message format changed internally
class FetchResponse_v3(Struct):