summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-09-06 21:30:45 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-09-06 21:30:45 +0000
commit93010c75f2b6889387107285f28230b483d0527d (patch)
tree3470e3d5df9ab1ddbd5bca7b987023410c7fb642 /docs
parent1087ee3d5e4da4658e79e9f701f72c50c5bf36f9 (diff)
Fixed #465 -- Fixed typo in docs/templates_python.txt. Thanks, Manuzhai
git-svn-id: http://code.djangoproject.com/svn/django/trunk@631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/templates_python.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index fd2e782641..63b734dc44 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -72,8 +72,8 @@ takes one argument -- the raw template code::
Even the parsing itself is quite fast. Most of the parsing happens via a
single call to a single, short, regular expression.
-Rending a context
------------------
+Rendering a context
+-------------------
Once you have a compiled ``Template`` object, you can render a context -- or
multiple contexts -- with it. The ``Context`` class lives at