From 8d26ee534218d3c7a29bb40523180e37e3db78a4 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 13 Feb 2024 18:35:57 +0100 Subject: [PATCH] Add missing period (#862) --- docs/userguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index 8733f2bb9..dc21b031f 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -38,7 +38,7 @@ the schedule's trigger_ to calculate run times up to the present. The scheduler creates one or more jobs (controllable by configuration) based on these run times and adds them to the data store. -The second role of the scheduler is running `jobs `_ The scheduler asks the +The second role of the scheduler is running `jobs `_. The scheduler asks the `data store`_ for jobs, and then starts running those jobs. If the data store signals that it has new jobs, the scheduler will try to acquire those jobs if it is capable of accommodating more. When a scheduler completes a job, it will then also ask the data