summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index c99909316d..f1b0047c9b 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -340,7 +340,7 @@ able to read the e-mail, regardless of their mail client. However, if you are
confident that your recipients can handle an alternative content type, you can
use the ``content_subtype`` attribute on the
:class:`~django.core.mail.EmailMessage` class to change the main content type.
-The major type will always be ``"text"``, but you can change it to the
+The major type will always be ``"text"``, but you can change the
subtype. For example::
msg = EmailMessage(subject, html_content, from_email, [to])