Skip to content

Commit 5f6162c

Browse files
authored
Update index.rst (#266)
1 parent 1fb9842 commit 5f6162c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Job Uniqueness
135135
Sometimes you want a job to only be run once at a time (eg. a backup) or once for a given parameter (eg. generating
136136
invoices for a particular company).
137137

138-
*arq* supports this via custom job ids, see see :func:`arq.connections.ArqRedis.enqueue_job`. It guarantees
138+
*arq* supports this via custom job ids, see :func:`arq.connections.ArqRedis.enqueue_job`. It guarantees
139139
that a job with a particular ID cannot be enqueued again until its execution has finished.
140140

141141
.. literalinclude:: examples/job_ids.py

0 commit comments

Comments
 (0)