Author: Alex
Date: 2010-11-04 16:10:22 -0500 (Thu, 04 Nov 2010)
New Revision: 14464

Modified:
   django/branches/releases/1.2.X/docs/topics/email.txt
Log:
[1.2.X] Fixed #14619 -- corrected a typo in the email docs.  Backport of 
[14463].

Modified: django/branches/releases/1.2.X/docs/topics/email.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/email.txt        2010-11-04 
21:09:51 UTC (rev 14463)
+++ django/branches/releases/1.2.X/docs/topics/email.txt        2010-11-04 
21:10:22 UTC (rev 14464)
@@ -470,7 +470,7 @@
 
 The ``'locmem'`` backend stores messages in a special attribute of the
 ``django.core.mail`` module. The ``outbox`` attribute is created when the
-first message is send. It's a list with an
+first message is sent. It's a list with an
 :class:`~django.core.mail.EmailMessage` instance for each message that would
 be send.
 

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

Reply via email to