diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-03-06 00:54:14 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-03-06 00:54:14 +0000 |
| commit | 6bc499f03c42e37a462f645fffab8712d471825f (patch) | |
| tree | cd39f4f03744fca9b94dac8a9e40fdcda3a7b87d | |
| parent | 7f24ee5b33fd3a4805cdd1a9f4b478995e03a1db (diff) | |
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
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
