diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-06 01:26:13 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-06 01:26:13 +0000 |
| commit | 1d7c4a96ab4f8adfef6adf88476c40be28196003 (patch) | |
| tree | 04c4376acfbdce875ea2afeb69d9ee8b4cee13be | |
| parent | 125ea947df52d9a3e7a306ebefee9c6b7247f60f (diff) | |
[1.1.X] Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger for the report.
Backport of r13104 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index ebb4e57a39..c9c0050b96 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -324,7 +324,7 @@ guarantees that any recipient will be 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 ``EmailMessage`` class to change the main content type. The -major type will always be ``"text"``, but you can change it to the subtype. For +major type will always be ``"text"``, but you can change the subtype. For example:: msg = EmailMessage(subject, html_content, from_email, [to]) |
