diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-01-11 16:15:17 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-01-14 09:52:13 -0300 |
| commit | 9d4f906d47d9e0a589cf21c63b9a1f2bcdfd54b5 (patch) | |
| tree | 4fea2844672fab0a2c0a481085aa78656a5e5707 /docs/ref | |
| parent | 863e0ab57d44d6d0fb1d7dc887e16b2f2159931c (diff) | |
[1.5.x] Minor DEBUG setting reference formatting edit.
1bbd36a36add9b15db43014cf5e7bdb72a86fef1 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 14 |
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 |
