summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-11-04 21:10:22 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-11-04 21:10:22 +0000
commit25452e3aa5c67452e67ceb06f81124e538f9463c (patch)
treeba5da8b6d1fcbc4e4b57aa7b8f2bf01276b6f5a8 /docs
parent85f4dd6353b9254ccf1dc5b4393b028f2eb3c4ab (diff)
[1.2.X] Fixed #14619 -- corrected a typo in the email docs. Backport of [14463].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 33564b6f19..15f44903ff 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -470,7 +470,7 @@ In-memory backend
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.