summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTAKAHASHI Shuuji <shuuji3@gmail.com>2022-12-16 17:45:09 +0900
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-16 09:55:21 +0100
commit05d70fb92b72f9701bea99c809a5edd53b290de9 (patch)
treee72c255a3ef71365559313c0dcb5cad42e0cc6c5 /docs/topics
parent09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca (diff)
downloaddjango-05d70fb92b72f9701bea99c809a5edd53b290de9.tar.gz
Fixed typo in docs/topics/http/sessions.txt.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/http/sessions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 1c1ad0c34b..4dc6f6af35 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -122,8 +122,8 @@ and the :setting:`SECRET_KEY` setting.
.. warning::
- **If the ``SECRET_KEY`` or ``SECRET_KEY_FALLBACKS`` are not kept secret and
- you are using the**
+ **If the** ``SECRET_KEY`` **or** ``SECRET_KEY_FALLBACKS`` **are not kept
+ secret and you are using the**
``django.contrib.sessions.serializers.PickleSerializer``, **this can lead
to arbitrary remote code execution.**