Fixed #8262: Corrected typo in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b92b1791e9
commit
188f131813
|
@ -1290,7 +1290,7 @@ Server errors
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
When ``DEBUG`` is ``False``, Django will e-mail the users listed in the
|
When ``DEBUG`` is ``False``, Django will e-mail the users listed in the
|
||||||
``ADMIN`` setting whenever your code raises an unhandled exception and results
|
``ADMINS`` setting whenever your code raises an unhandled exception and results
|
||||||
in an internal server error (HTTP status code 500). This gives the
|
in an internal server error (HTTP status code 500). This gives the
|
||||||
administrators immediate notification of any errors.
|
administrators immediate notification of any errors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue