瀏覽代碼

Fixed typo in docs/topics/http/sessions.txt.

TAKAHASHI Shuuji 2 年之前
父節點
當前提交
05d70fb92b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/topics/http/sessions.txt

+ 2 - 2
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.**