From 8b030129187a6842a3915946dab49fba8557ff47 Mon Sep 17 00:00:00 2001 From: Ani Mehta Date: Thu, 12 Jan 2023 03:46:55 +1000 Subject: [PATCH] Fix "and and" in backends.rst (#509) --- docs/backends.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends.rst b/docs/backends.rst index 547d8cb..6f1df3a 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -160,7 +160,7 @@ configured cache backend to enable this feature, e.g. "default":: If you try this, Constance will throw an error and refuse to let your application start. You can work around this by subclassing ``constance.backends.database.DatabaseBackend`` - and and overriding `__init__` to remove the check. You'll + and overriding `__init__` to remove the check. You'll want to consult the source code for that function to see exactly how.