summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 87536aca97..dc20bd8718 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2007,7 +2007,7 @@ Django will refuse to start if :setting:`SECRET_KEY` is not set.
The secret key is used for:
* All :doc:`sessions </topics/http/sessions>` if you are using
- any other session backend than ``"django.contrib.sessions.backends.cache"``,
+ any other session backend than ``django.contrib.sessions.backends.cache``,
or if you use
:class:`~django.contrib.auth.middleware.SessionAuthenticationMiddleware`
and are using the default