summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-11-04 21:09:51 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-11-04 21:09:51 +0000
commit3d650b4913c605a72060a0671c08f1a59ca91bfd (patch)
tree41833987c11487b75c7d08ae2965c1cc1167cd8b /docs
parente2a0de0b935659922df8c4b03741d6ebfaed0ee0 (diff)
Fixed #14619 -- corrected a typo in the email docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14463 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 2515973f23..46bb85e798 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -476,7 +476,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.