Opened 17 years ago

Closed 17 years ago

#4202 closed (fixed)

easy documentation fix - exception namespace

Reported by: luftyluft@… 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)

4202.patch (585 bytes ) - added by Chris Beaven 17 years ago.

Download all attachments as: .zip

Change History (3)

by Chris Beaven, 17 years ago

Attachment: 4202.patch added

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

Thanks lufty

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5161]) Fixed #4202 -- Corrected namespacing of exception in one of the examples.
Thanks, luftyluft@….

Note: See TracTickets for help on using tickets.
Back to Top