Skip to content

Commit 7cc5cf2

Browse files
authored
Improve some docs wording (#285)
1 parent 5f6162c commit 7cc5cf2

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
@@ -154,7 +154,7 @@ You can access job information, status and job results using the :class:`arq.job
154154
Retrying jobs and cancellation
155155
..............................
156156

157-
As described above, when an arq work shuts down any going jobs are cancelled immediately
157+
As described above, when an arq worker shuts down, any ongoing jobs are cancelled immediately
158158
(via vanilla ``task.cancel()``, so a ``CancelledError`` will be raised). You can see this by running a slow job
159159
(eg. add ``await asyncio.sleep(5)``) and hitting ``Ctrl+C`` once it's started.
160160

0 commit comments

Comments
 (0)