Skip to content

Commit cec1bdc

Browse files
authored
Fix grammar
1 parent fc9da05 commit cec1bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/consumer/fetcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ def _create_fetch_requests(self):
821821
# `fetch_max_bytes` option we need this shuffle
822822
# NOTE: we do have partition_data in random order due to usage
823823
# of unordered structures like dicts, but that does not
824-
# guaranty equal distribution, and starting Python3.6
824+
# guarantee equal distribution, and starting in Python3.6
825825
# dicts retain insert order.
826826
partition_data = list(partition_data.items())
827827
random.shuffle(partition_data)

0 commit comments

Comments
 (0)