#13420 closed (fixed)
Minor grammar issue in the Sending e-mail docs
Reported by: | Dominic Rodger | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In http://docs.djangoproject.com/en/dev/topics/email/#sending-alternative-content-types, it says:
"The major type will always be "text", but you can change it to the subtype"
I think it should say:
"The major type will always be "text", but you can change the subtype"
Apologies if I've misunderstood the docs and the former is actually what is meant.
Attachments (1)
Change History (7)
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 15 years ago
Attachment: | docs_patch.diff added |
---|
comment:2 by , 15 years ago
Has patch: | set |
---|
comment:3 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [13104]) Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger for the report.