Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoinarovskyi committed Nov 7, 2016
1 parent 2acc133 commit ab60c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiokafka/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def _sender_routine(self):
# wait when:
# * At least one of produce task is finished
# * Data for new partition arrived
# * Metadata update if partition leader unknown
done, _ = yield from asyncio.wait(
waiters,
return_when=asyncio.FIRST_COMPLETED,
Expand Down

0 comments on commit ab60c24

Please sign in to comment.