Kaydet (Commit) 3d650b49 authored tarafından Alex Gaynor's avatar Alex Gaynor

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
üst e2a0de0b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment