From 6bc499f03c42e37a462f645fffab8712d471825f Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Thu, 6 Mar 2008 00:54:14 +0000 Subject: [PATCH] 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 --- docs/templates_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates_python.txt b/docs/templates_python.txt index c6e9223e9f..95bbd8c03e 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -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