Skip to content

Commit 6f761d3

Browse files
committed
fixup docstring
1 parent 5b28fec commit 6f761d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/consumer/fetcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def offsets_by_times(self, timestamps, timeout_ms=None):
208208
timestamps: {TopicPartition: int} dict with timestamps to fetch
209209
offsets by. -1 for the latest available, -2 for the earliest
210210
available. Otherwise timestamp is treated as epoch milliseconds.
211-
timeout_ms
211+
timeout_ms (int, optional): The maximum time in milliseconds to block.
212212
213213
Returns:
214214
{TopicPartition: OffsetAndTimestamp}: Mapping of partition to

0 commit comments

Comments
 (0)