summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 27871d5362..641fe2ac9c 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -748,13 +748,13 @@ sensitive (or offensive), such as :setting:`SECRET_KEY` or
:setting:`PROFANITIES_LIST`. Specifically, it will exclude any setting whose
name includes any of the following:
- * API
- * KEY
- * PASS
- * PROFANITIES_LIST
- * SECRET
- * SIGNATURE
- * TOKEN
+* ``'API'``
+* ``'KEY'``
+* ``'PASS'``
+* ``'PROFANITIES_LIST'``
+* ``'SECRET'``
+* ``'SIGNATURE'``
+* ``'TOKEN'``
.. versionchanged:: 1.4