Opened 18 years ago
Closed 18 years ago
#3956 closed (fixed)
Docs on Templates for Template Authors has Typo
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | documentation, 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
This regards the page at http://www.djangoproject.com/documentation/templates/. At the end of the explanation of the now tag, there is text that says:
(Displays “It is the 4th of September” %}
but it should say:
(Displays “It is the 4th of September”)
Also, above that line, the text that says:
character.:
should say:
character:
I hope that helps!
Attachments (1)
Change History (3)
comment:1 by , 18 years ago
Has patch: | set |
---|---|
Keywords: | documentation added |
Triage Stage: | Unreviewed → Ready for checkin |
by , 18 years ago
Attachment: | templates.diff added |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4998]) Fixed #3956 -- Minor typo in template docs. Thanks, Nick Fishman.