Skip to content

Commit

Permalink
Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky fo…
Browse files Browse the repository at this point in the history
…r the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Aug 7, 2010
1 parent 9a63264 commit 14fa3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ convenience that can be used during development.
Defining a custom e-mail backend
--------------------------------

If you need to change how e-mails are send you can write your own e-mail
If you need to change how e-mails are sent you can write your own e-mail
backend. The ``EMAIL_BACKEND`` setting in your settings file is then the
Python import path for your backend class.

Expand Down

0 comments on commit 14fa3b7

Please sign in to comment.