From b21592bab3cc02f52f5f43903faa0e94e21e81bd Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Tue, 20 Jun 2023 23:03:10 +0300 Subject: [PATCH] Doc fix (hotfix for #1755) (#1758) --- kombu/connection.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kombu/connection.py b/kombu/connection.py index 6b734d06..f79503e8 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -524,8 +524,7 @@ class Connection: on_revive (Callable): Optional callback called whenever revival completes successfully retry_errors (tuple): Optional list of errors to retry on - regardless of the connection state. Must provide max_retries - if this is specified. + regardless of the connection state. Examples --------