From 188f131813d9ac37600d6b10804428ca1005290b Mon Sep 17 00:00:00 2001 From: James Bennett Date: Fri, 15 Aug 2008 11:53:20 +0000 Subject: [PATCH] Fixed #8262: Corrected typo in docs/settings.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@8369 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.