Opened 18 years ago
Closed 18 years ago
#4202 closed (fixed)
easy documentation fix - exception namespace
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the documentation section "The Django template language: For Python programmers", in the section "Passing template variables to the tag", in the last code example "except VariableDoesNotExist:" should be:
except template.VariableDoesNotExist
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | 4202.patch added |
---|
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks lufty