diff --git a/arq/worker.py b/arq/worker.py index f1e613c9..efa4d6ff 100644 --- a/arq/worker.py +++ b/arq/worker.py @@ -95,7 +95,7 @@ def func( class Retry(RuntimeError): """ - Special exception to retry the job (if ``max_retries`` hasn't been reached). + Special exception to retry the job (if ``max_tries`` hasn't been reached). :param defer: duration to wait before rerunning the job """