#12621 closed (fixed)
grammar error
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'.
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.