summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2021-01-10 09:23:05 +1100
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-01-10 00:37:14 +0200
commit8b212184748c4eb5d7bd01b013078b6b30c78ce5 (patch)
tree6beefa5a367120a5263dcba911694346490beabc
parentab289e5126c40e9ab738b8e8d2d61d7c74efc710 (diff)
downloadapscheduler-8b212184748c4eb5d7bd01b013078b6b30c78ce5.tar.gz
Fixed a typo (#482)
There is a small typo in docs/versionhistory.rst. Should read `concurrently` rather than `concurrenctly`. (cherry picked from commit 63c3b9260d01d93a2144c1e526261d5e4f1ab4a6)
-rw-r--r--docs/versionhistory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 46eab50..e210506 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -356,7 +356,7 @@ APScheduler, see the :doc:`migration section <migration>`.
* Added optional job execution coalescing for situations where several
executions of the job are due
-* Added an option to limit the maximum number of concurrenctly executing
+* Added an option to limit the maximum number of concurrently executing
instances of the job
* Allowed configuration of misfire grace times on a per-job basis