Opened 17 years ago
Closed 17 years ago
#6721 closed (fixed)
Very minor typo in templates_python.txt: 'multiple context' -> 'multiple contexts'
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Here's a patch that fixes it:
Index: docs/templates_python.txt =================================================================== --- docs/templates_python.txt (revision 7193) +++ docs/templates_python.txt (working copy) @@ -983,7 +983,7 @@ exception. It should fail silently, just as template filters should. Ultimately, this decoupling of compilation and rendering results in an -efficient template system, because a template can render multiple context +efficient template system, because a template can render multiple contexts without having to be parsed multiple times. Auto-escaping considerations
Note:
See TracTickets
for help on using tickets.
(In [7196]) Fixed #6721 -- Fixed a typo in
templates_python.txt
documentation, thanks Atul Varma.