summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-03-17 05:43:37 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-03-17 05:43:37 +0000
commit404421895a5a25cc8a3e0b5eec4337a5339a4ea0 (patch)
tree404620d61ee517eb29c6469d80dd27a9a93a2398 /docs/templates_python.txt
parentfd00f02ce03f09c4ea76a0a6ff3770ca406d7814 (diff)
magic-removal: Fixed #1464 -- Updated tutorial01 for magic-removal. Thanks, Jeremy D.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 ab8e01ae08..3c0ae9329e 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -256,7 +256,7 @@ Using a ``Context`` as a stack comes in handy in some custom template tags, as
you'll see below.
Subclassing Context: RequestContext
-----------------------------------
+-----------------------------------
Django comes with a special ``Context`` class,
``django.template.RequestContext``, that acts slightly differently than