From 961d5166af073b9824da17da4c533d557745dccd Mon Sep 17 00:00:00 2001 From: Abdulwasiu Apalowo Date: Sun, 29 Sep 2024 12:15:32 +0100 Subject: [PATCH] docs: Fix minor rST issue --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index f663509..533b79e 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -172,7 +172,7 @@ This decorator also lets you configure your ``ModelAdmin`` by passing class attr Using the decorator anywhere in your script will automatically enable the admin site. You can customise the url with ``ADMIN_SITE``, or use the setting to force the admin -site to be active even if you're not using the decorator anywhere.:: +site to be active even if you're not using the decorator anywhere.: .. code-block:: python