Skip to content

Commit

Permalink
Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Sep 27, 2008
1 parent 48d41cf commit edabc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/templates/api.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ normal ``django.template.Context``. The first difference is that it takes an


c = RequestContext(request, { c = RequestContext(request, {
'foo': 'bar', 'foo': 'bar',
} })


The second difference is that it automatically populates the context with a few The second difference is that it automatically populates the context with a few
variables, according to your :setting:`TEMPLATE_CONTEXT_PROCESSORS` setting`. variables, according to your :setting:`TEMPLATE_CONTEXT_PROCESSORS` setting`.
Expand Down

0 comments on commit edabc4a

Please sign in to comment.