Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-09-27 03:25:42 +00:00
parent 48d41cf78e
commit edabc4aca1
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ normal ``django.template.Context``. The first difference is that it takes an
c = RequestContext(request, {
'foo': 'bar',
}
})
The second difference is that it automatically populates the context with a few
variables, according to your :setting:`TEMPLATE_CONTEXT_PROCESSORS` setting`.