summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2018-06-10 15:11:39 +0200
committerClaude Paroz <claude@2xlibre.net>2018-06-10 15:11:39 +0200
commite8531cc89c878b6a8867498dab266917fef2bff4 (patch)
tree90dd41ee669a75e81226aa63d62abd67fd303237 /docs
parent7a266e25be1b641111ab5889f9808ff6d258d27f (diff)
Prevented unexpected link in settings docs
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 d6ec76e3f7..5f2966da8f 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2191,7 +2191,7 @@ method.
This takes some explanation. By default, ``is_secure()`` is able to determine
whether a request is secure by looking at whether the requested URL uses
-"https://". This is important for Django's CSRF protection, and may be used
+``https://``. This is important for Django's CSRF protection, and may be used
by your own code or third-party apps.
If your Django app is behind a proxy, though, the proxy may be "swallowing" the