diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-08-15 11:53:20 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-08-15 11:53:20 +0000 |
| commit | 188f131813d9ac37600d6b10804428ca1005290b (patch) | |
| tree | 5c5254e5e2f8892ec7187810b4948f6f8bcd337a /docs | |
| parent | b92b1791e9332f39905d5d35a74fc6d0f6fbc170 (diff) | |
Fixed #8262: Corrected typo in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 3b3e908fab..444da0b867 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -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. |
