summaryrefslogtreecommitdiff
path: root/docs/extending.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extending.rst')
-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