Skip to content

Commit 633bba3

Browse files
Fix wrong reference in Retry docstring (#507)
1 parent 1ceb435 commit 633bba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arq/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def func(
9696

9797
class Retry(RuntimeError):
9898
"""
99-
Special exception to retry the job (if ``max_retries`` hasn't been reached).
99+
Special exception to retry the job (if ``max_tries`` hasn't been reached).
100100
101101
:param defer: duration to wait before rerunning the job
102102
"""

0 commit comments

Comments
 (0)