Skip to content

Commit

Permalink
[1.1.X] Fixed #13084: Corrected typo in error-reporting docs. Backpor…
Browse files Browse the repository at this point in the history
…t of [12757] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Mar 11, 2010
1 parent 693dcd9 commit 47bdb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/error-reporting.txt
Expand Up @@ -17,7 +17,7 @@ Server errors
-------------

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
administrators immediate notification of any errors. The :setting:`ADMINS` will
get a description of the error, a complete Python traceback, and details about
Expand Down

0 comments on commit 47bdb67

Please sign in to comment.