Fix "and and" in backends.rst (#509)

This commit is contained in:
Ani Mehta 2023-01-12 03:46:55 +10:00 committed by GitHub
parent b6f8e2c5b8
commit 8b03012918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.