Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#9939 closed (fixed)

Grammar error on doc page

Reported by: Seemant Kulleen Owned by: nobody
Component: Documentation Version: 1.0
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

On the page: http://docs.djangoproject.com/en/dev/ref/models/fields/

It says, "This options is valid"

It should say, "This option is valid"

(This is in the section about field uniqueness).

Attachments (1)

doc-t9939.diff (572 bytes ) - added by Ivan Giuliani 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Ivan Giuliani, 15 years ago

Component: UncategorizedDocumentation
Has patch: set
Triage Stage: UnreviewedAccepted

by Ivan Giuliani, 15 years ago

Attachment: doc-t9939.diff added

comment:2 by Tim Graham, 15 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [9864]) Fixed #9939 -- Corrected minor error in model fields documentation. Thanks to seemant for the report.

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

(In [9874]) [1.0.X] Fixed #9939 -- Corrected minor error in model fields documentation. Thanks to seemant for the report.

Merge of r9864 from trunk.

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