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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index b79065f8b4..61f4d0a6a2 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -314,7 +314,7 @@ optional, third positional argument, ``processors``. In this example, the
c = RequestContext(request, {
'foo': 'bar',
}, [ip_address_processor])
- return t.render(c)
+ return t.render(c)
Note::
If you're using Django's ``render_to_response()`` shortcut to populate a