#11873 closed (fixed)
Incorrect pluralization in generic views docs
Reported by: | Brett Cannon | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | typo | |
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
The docs say "... is a regular view functions ...". That should be "function", not "functions".
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | generic_views_pluralization.diff added |
---|
comment:1 by , 15 years ago
Keywords: | typo added |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [11546]) Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett Cannon for the report.