summaryrefslogtreecommitdiff
path: root/docs/userguide.rst
diff options
context:
space:
mode:
authornnyby <nnyby@columbia.edu>2015-11-19 02:04:06 +0000
committernnyby <nnyby@columbia.edu>2015-11-19 02:04:06 +0000
commite4b69322f958cba6532dd2da261b473beb994d0c (patch)
tree0f8b234ad45086341f6d84a7ff078702b5c32743 /docs/userguide.rst
parent1b2241ea23a11282539975dfc0ca707bd832706b (diff)
downloadapscheduler-e4b69322f958cba6532dd2da261b473beb994d0c.tar.gz
Fix typo in userguide.rst
Diffstat (limited to 'docs/userguide.rst')
-rw-r--r--docs/userguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst
index a6179e9..da54752 100644
--- a/docs/userguide.rst
+++ b/docs/userguide.rst
@@ -47,7 +47,7 @@ middlemen for saving, loading, updating and searching jobs in the backend. Job s
schedulers.
*Executors* are what handle the running of the jobs. They do this typically by submitting the designated callable in a
-job to a thread or process pool. When the job is done, the executor notifies the scheduler which them emits an
+job to a thread or process pool. When the job is done, the executor notifies the scheduler which then emits an
appropriate event.
*Schedulers* are what bind the rest together. You typically have only one scheduler running in your application.