From b4bc9120d0330e4bece136822fe9101a668216e2 Mon Sep 17 00:00:00 2001 From: Yuekui Date: Thu, 28 Apr 2022 13:23:45 -0700 Subject: [PATCH] Fix typo in docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index c8e4f15..589de09 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -198,7 +198,7 @@ You can define fieldsets to group settings together: Fieldsets collapsing -------------------- -To make some fieldsets collapsing you can use new format if CONSTANCE_CONFIG_FIELDSETS. Here's an example: +To make some fieldsets collapsing you can use new format in CONSTANCE_CONFIG_FIELDSETS. Here's an example: .. code-block:: python