diff options
Diffstat (limited to 'kafka/record/abc.py')
-rw-r--r-- | kafka/record/abc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/record/abc.py b/kafka/record/abc.py index 3b2395a..8a27276 100644 --- a/kafka/record/abc.py +++ b/kafka/record/abc.py @@ -47,7 +47,7 @@ class ABCRecordBatchBuilder(object): Arguments: offset (int): Relative offset of record, starting from 0 timestamp (int or None): Timestamp in milliseconds since beginning - of the epoch (midnight Jan 1, 1970 (UTC)). If omited, will be + of the epoch (midnight Jan 1, 1970 (UTC)). If omitted, will be set to current time. key (bytes or None): Key of the record value (bytes or None): Value of the record |