[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
This commit is contained in:
Alex Gaynor 2010-11-04 21:10:22 +00:00
parent 85f4dd6353
commit 25452e3aa5

View File

@ -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.