#462 closed defect (fixed)
[patch] small typo in templates_python.txt
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
small typo
Index: templates_python.txt =================================================================== --- templates_python.txt (revision 629) +++ templates_python.txt (working copy) @@ -147,7 +147,7 @@ some things to keep in mind: * If, during the method lookup, a method raises an exception, the exception - will be propgated, unless the exception subclasses + will be propagated, unless the exception subclasses ``django.core.template.SilentVariableFailure``. If the exception subclasses ``SilentVariableFailure``, the variable will render as an empty string. Example::
Note:
See TracTickets
for help on using tickets.
Fixed in [630].