summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 3aa5284379..d52ffd12ed 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -72,8 +72,8 @@ is printed to the console as a development aid (for projects created with
:djadmin:`startproject`) or results in a ``MailerDoesNotExist`` error (when the
:setting:`MAILERS` setting isn't defined).
-Define edit the :setting:`MAILERS` setting to tell Django how to send email.
-For example, to send through an SMTP server running on the local machine::
+Use the :setting:`MAILERS` setting to tell Django how to send email. For
+example, to send through an SMTP server running on the local machine::
MAILERS = {
"default": {