diff options
Diffstat (limited to 'kafka/record/util.py')
-rw-r--r-- | kafka/record/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/record/util.py b/kafka/record/util.py index 74b9a69..2f8286d 100644 --- a/kafka/record/util.py +++ b/kafka/record/util.py @@ -91,7 +91,7 @@ def decode_varint(buffer, pos=0): on how those can be produced. Arguments: - buffer (bytearry): buffer to read from. + buffer (bytearray): buffer to read from. pos (int): optional position to read from Returns: |