summaryrefslogtreecommitdiff
path: root/kafka/record/util.py
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2019-10-25 16:41:07 +0800
committerJeff Widman <jeff@jeffwidman.com>2019-11-08 05:21:16 -0800
commit3861e16ea4ef8d60bc6ffc51c0183da33c629642 (patch)
treee72741a5edf3eb2fe141fe2c37a2001f3797989b /kafka/record/util.py
parent736218da447cc97624d1f0838f1a15fefc24bd24 (diff)
downloadkafka-python-3861e16ea4ef8d60bc6ffc51c0183da33c629642.tar.gz
Fix typos
Diffstat (limited to 'kafka/record/util.py')
-rw-r--r--kafka/record/util.py2
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: