Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#462 closed defect (fixed)

[patch] small typo in templates_python.txt

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

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [630].

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