#12621 closed (fixed)
grammar error
Reported by: | beemzet | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
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
The first sentence of http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#howto-custom-template-tags should say 'comes with a wide' instead of 'comes a wide'.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | 12621.diff added |
---|
comment:1 by , 15 years ago
Component: | Uncategorized → Documentation |
---|---|
Has patch: | set |
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 [13212]) Fixed #12621 -- Corrected grammar error in custom template tag docs. Thanks to beemzet for the report.