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:
James Bennett 2008-08-15 11:53:20 +00:00
parent b92b1791e9
commit 188f131813
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@ Server errors
-------------
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
administrators immediate notification of any errors.