diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 7ac9d737fd..8aa702779a 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1004,8 +1004,8 @@ environment, such as all the currently defined Django settings (from ``settings.py``). As a security measure, Django will *not* include settings that might be -sensitive (or offensive), such as :setting:`SECRET_KEY`. Specifically, it will -exclude any setting whose name includes any of the following: +sensitive, such as :setting:`SECRET_KEY`. Specifically, it will exclude any +setting whose name includes any of the following: * ``'API'`` * ``'KEY'`` |
