summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates_python.txt')
-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