Skip to content

Commit

Permalink
docs: fix cross reference (#839)
Browse files Browse the repository at this point in the history
Small fix for a cross reference in docs.
  • Loading branch information
peterschutt committed Jan 7, 2024
1 parent 8f7598c commit 5bb4d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide.rst
Expand Up @@ -314,7 +314,7 @@ In some cases, you want to run tasks directly, without involving schedules:

To queue a job and wait for its completion and get the result, the easiest way is to
use :meth:`~Scheduler.run_job`. If you prefer to just launch a job and not wait for its
result, use:meth:`~Scheduler.add_job` instead. If you want to get the results later, you
result, use :meth:`~Scheduler.add_job` instead. If you want to get the results later, you
need to pass an appropriate ``result_expiration_time`` parameter to
:meth:`~Scheduler.add_job` so that the result is saved. Then, you can call
:meth:`~Scheduler.get_job_result` with the job ID you got from
Expand Down

0 comments on commit 5bb4d81

Please sign in to comment.