Doc fix (hotfix for #1755) (#1758)

This commit is contained in:
Tomer Nosrati 2023-06-20 23:03:10 +03:00 committed by GitHub
parent 18344cd0a4
commit b21592bab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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
--------