Skip to content

Commit

Permalink
fix type on producer docs (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgo authored Jul 23, 2024
1 parent f9dbed1 commit e2afc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/producer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This option will change a bit the logic on message delivery:
* The above mentioned ``ack="all"`` will be forced. If any other value is
explicitly passed with ``enable_idempotence=True`` a :exc:`ValueError` will
be raised.
* I contrast to general mode, will not raise :exc:`~.RequestTimedOutError`
* In contrast to general mode, will not raise :exc:`~.RequestTimedOutError`
errors and will not expire batch delivery after ``request_timeout_ms``
passed.

Expand Down

0 comments on commit e2afc03

Please sign in to comment.