summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-07-31 20:42:32 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-07-31 23:51:50 +0300
commit817d0bcbee5cfc3dfe2e7f5f9ff850b1ed96d72d (patch)
treebcd7eac805d8c636483c90505bbb8a28561205cd /docs
parent59102a555f4203758ca337d1593847709359295e (diff)
downloadapscheduler-817d0bcbee5cfc3dfe2e7f5f9ff850b1ed96d72d.tar.gz
Fixed code tabs
Diffstat (limited to 'docs')
-rw-r--r--docs/extending.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/extending.rst b/docs/extending.rst
index adde8eb..61b67ff 100644
--- a/docs/extending.rst
+++ b/docs/extending.rst
@@ -68,7 +68,7 @@ using synchronous or asynchronous APIs:
.. tabs::
- .. tab:: python Synchronous
+ .. code-tab:: python Synchronous
from apscheduler.abc import DataStore, EventBroker
@@ -81,7 +81,7 @@ using synchronous or asynchronous APIs:
# See the interface class for the rest of the abstract methods
- .. tab:: python Asynchronous
+ .. code-tab:: python Asynchronous
from apscheduler.abc import AsyncDataStore, AsyncEventBroker