Skip to content

Commit

Permalink
[1.5.x] Fix grammatical errors in email documentation
Browse files Browse the repository at this point in the history
Backport of 43f213e from master
  • Loading branch information
dlo authored and timgraham committed Oct 9, 2013
1 parent 67d887f commit f8393ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/email.txt
Expand Up @@ -422,7 +422,7 @@ Console backend
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~


Instead of sending out real emails the console backend just writes the Instead of sending out real emails the console backend just writes the
emails that would be send to the standard output. By default, the console emails that would be sent to the standard output. By default, the console
backend writes to ``stdout``. You can use a different stream-like object by backend writes to ``stdout``. You can use a different stream-like object by
providing the ``stream`` keyword argument when constructing the connection. providing the ``stream`` keyword argument when constructing the connection.


Expand Down Expand Up @@ -461,7 +461,7 @@ The ``'locmem'`` backend stores messages in a special attribute of the
``django.core.mail`` module. The ``outbox`` attribute is created when the ``django.core.mail`` module. The ``outbox`` attribute is created when the
first message is sent. 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 :class:`~django.core.mail.EmailMessage` instance for each message that would
be send. be sent.


To specify this backend, put the following in your settings:: To specify this backend, put the following in your settings::


Expand Down

0 comments on commit f8393ed

Please sign in to comment.