Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

docs_patch.diff (732 bytes ) - added by Dominic Rodger 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

by Dominic Rodger, 14 years ago

Attachment: docs_patch.diff added

comment:2 by Dominic Rodger, 14 years ago

Has patch: set

comment:3 by Tim Graham, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13104]) Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger for the report.

comment:5 by Russell Keith-Magee, 14 years ago

(In [13111]) [1.1.X] Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger for the report.

Backport of r13104 from trunk.

comment:6 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top