summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornwalsh1995 <nwalsh1995@users.noreply.github.com>2018-03-24 06:11:33 -0700
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-03-24 15:11:33 +0200
commit4f51aab6eb0bdab8ddf120606920327f94206dae (patch)
tree53e56a388ae42f42b5e61a3fee828603e930eb36 /docs
parente3a90be45a9a34f605aba28f9d862b59d974efd5 (diff)
downloadapscheduler-4f51aab6eb0bdab8ddf120606920327f94206dae.tar.gz
Fixed missing :class: in a reference in the user guide (#298)
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst
index 72399c8..22f865d 100644
--- a/docs/userguide.rst
+++ b/docs/userguide.rst
@@ -239,7 +239,7 @@ Starting the scheduler
Starting the scheduler is done by simply calling
:meth:`~apscheduler.schedulers.base.BaseScheduler.start` on the scheduler. For schedulers other
-than `~apscheduler.schedulers.blocking.BlockingScheduler`, this call will return immediately and
+than :class:`~apscheduler.schedulers.blocking.BlockingScheduler`, this call will return immediately and
you can continue the initialization process of your application, possibly adding jobs to the
scheduler.