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:
Gary Wilson Jr 2008-03-06 00:54:14 +00:00
parent 7f24ee5b33
commit 6bc499f03c
1 changed files with 1 additions and 1 deletions

View File

@ -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