diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 360fd7dcaf..43262a0d6e 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1034,8 +1034,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'``