From e2afc034b59626242b51b06b30a62c565ef491d9 Mon Sep 17 00:00:00 2001 From: Joey Pereira Date: Tue, 23 Jul 2024 00:03:48 -0700 Subject: [PATCH] fix type on producer docs (#1036) --- docs/producer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/producer.rst b/docs/producer.rst index b5084395..99792ed8 100644 --- a/docs/producer.rst +++ b/docs/producer.rst @@ -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.