summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-08 00:58:08 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-09 00:02:05 +0300
commitea0ed61cf3bfd24a2e0b9441e090a7be975dea98 (patch)
treedfdaadd09e5568a40be0c02172de2149a0c9449f /docs
parent9ed784d83dbe90fc1ca5ef5e88e8f60c10144aef (diff)
downloadapscheduler-ea0ed61cf3bfd24a2e0b9441e090a7be975dea98.tar.gz
Renamed the job_info contextvar into current_job
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index de2758f..f6c1fd5 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -94,7 +94,7 @@ Context variables
.. autodata:: apscheduler.current_scheduler
.. autodata:: apscheduler.current_worker
-.. autodata:: apscheduler.job_info
+.. autodata:: apscheduler.current_job
Exceptions
----------