Skip to content

Commit e2afc03

Browse files
authored
fix type on producer docs (aio-libs#1036)
1 parent f9dbed1 commit e2afc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/producer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This option will change a bit the logic on message delivery:
114114
* The above mentioned ``ack="all"`` will be forced. If any other value is
115115
explicitly passed with ``enable_idempotence=True`` a :exc:`ValueError` will
116116
be raised.
117-
* I contrast to general mode, will not raise :exc:`~.RequestTimedOutError`
117+
* In contrast to general mode, will not raise :exc:`~.RequestTimedOutError`
118118
errors and will not expire batch delivery after ``request_timeout_ms``
119119
passed.
120120

0 commit comments

Comments
 (0)