Author: lukeplant
Date: 2010-11-16 07:30:31 -0600 (Tue, 16 Nov 2010)
New Revision: 14571

Modified:
   django/trunk/docs/howto/error-reporting.txt
Log:
Corrected 'email' to 'e-mail' in error reporting docs.

Modified: django/trunk/docs/howto/error-reporting.txt
===================================================================
--- django/trunk/docs/howto/error-reporting.txt 2010-11-16 13:20:56 UTC (rev 
14570)
+++ django/trunk/docs/howto/error-reporting.txt 2010-11-16 13:30:31 UTC (rev 
14571)
@@ -9,7 +9,7 @@
 However, running with :setting:`DEBUG` set to ``False`` means you'll never see
 errors generated by your site -- everyone will just see your public error 
pages.
 You need to keep track of errors that occur in deployed sites, so Django can be
-configured to email you details of those errors.
+configured to e-mail you details of those errors.
 
 Server errors
 -------------
@@ -32,8 +32,8 @@
    documentation </ref/settings>` for a full list of email-related
    settings.
 
-By default, Django will send email from r...@localhost. However, some mail
-providers reject all email from this address. To use a different sender
+By default, Django will send e-mail from r...@localhost. However, some mail
+providers reject all e-mail from this address. To use a different sender
 address, modify the :setting:`SERVER_EMAIL` setting.
 
 To disable this behavior, just remove all entries from the :setting:`ADMINS`
@@ -42,8 +42,8 @@
 404 errors
 ----------
 
-Django can also be configured to email errors about broken links (404 "page
-not found" errors). Django sends emails about 404 errors when:
+Django can also be configured to e-mail errors about broken links (404 "page
+not found" errors). Django sends e-mails about 404 errors when:
 
     * :setting:`DEBUG` is ``False``
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to