Fixed #13084: Corrected typo in error-reporting docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2010-03-11 09:33:49 +00:00
parent 079457ff01
commit 4c0701a5d3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Server errors
------------- -------------
When :setting:`DEBUG` is ``False``, Django will e-mail the users listed in the When :setting:`DEBUG` is ``False``, Django will e-mail the users listed in the
:setting:`ADMIN` setting whenever your code raises an unhandled exception and :setting:`ADMINS` setting whenever your code raises an unhandled exception and
results in an internal server error (HTTP status code 500). This gives the results in an internal server error (HTTP status code 500). This gives the
administrators immediate notification of any errors. The :setting:`ADMINS` will administrators immediate notification of any errors. The :setting:`ADMINS` will
get a description of the error, a complete Python traceback, and details about get a description of the error, a complete Python traceback, and details about