#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)
Change History (5)
comment:1 by , 16 years ago
Component: | Uncategorized → Documentation |
---|---|
Has patch: | set |
Triage Stage: | Unreviewed → Accepted |
by , 16 years ago
Attachment: | doc-t9939.diff added |
---|
comment:2 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [9864]) Fixed #9939 -- Corrected minor error in model fields documentation. Thanks to seemant for the report.