summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2010-03-07 00:51:29 +0000
committerJames Bennett <ubernostrum@gmail.com>2010-03-07 00:51:29 +0000
commit9a67543c3e104c5d8212a6f9c94a43dde27cdb3d (patch)
tree2dbb31a08c2d2fff8c911b27d8fb0d9c1e5321f2 /docs
parentfa6c967438e8c22b63b3cc0ef71815525f15856a (diff)
Fixed #13048: Corrected typo in email documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index b23b5d328f..c99909316d 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -567,11 +567,11 @@ manually open the connection, you can control when it is closed. For example::
Testing e-mail sending
======================
-The are times when you do not want Django to send e-mails at all. For example,
-while developing a website, you probably don't want to send out thousands of
-e-mails -- but you may want to validate that e-mails will be sent to the right
-people under the right conditions, and that those e-mails will contain the
-correct content.
+There are times when you do not want Django to send e-mails at
+all. For example, while developing a website, you probably don't want
+to send out thousands of e-mails -- but you may want to validate that
+e-mails will be sent to the right people under the right conditions,
+and that those e-mails will contain the correct content.
The easiest way to test your project's use of e-mail is to use the ``console``
e-mail backend. This backend redirects all e-mail to stdout, allowing you to