Skip to content

Commit

Permalink
Merge pull request #391 from reverie/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in context_processors.auth
  • Loading branch information
timgraham committed Sep 26, 2012
2 parents 1f84b04 + 29cd3d6 commit 7c11b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/templates/api.txt
Expand Up @@ -433,7 +433,7 @@ django.contrib.auth.context_processors.auth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every
``RequestContext`` will contain these three variables:
``RequestContext`` will contain these variables:

* ``user`` -- An ``auth.User`` instance representing the currently
logged-in user (or an ``AnonymousUser`` instance, if the client isn't
Expand Down

0 comments on commit 7c11b1a

Please sign in to comment.