Commit 6bc499f0 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

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
parent 7f24ee5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -983,7 +983,7 @@ Notes:
      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