Fixed #6721 -- Fixed a typo in `templates_python.txt` documentation, thanks Atul Varma.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7f24ee5b33
commit
6bc499f03c
|
@ -983,7 +983,7 @@ Notes:
|
||||||
exception. It should fail silently, just as template filters should.
|
exception. It should fail silently, just as template filters should.
|
||||||
|
|
||||||
Ultimately, this decoupling of compilation and rendering results in an
|
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.
|
without having to be parsed multiple times.
|
||||||
|
|
||||||
Auto-escaping considerations
|
Auto-escaping considerations
|
||||||
|
|
Loading…
Reference in New Issue