Skip to content

Commit

Permalink
Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Browse files Browse the repository at this point in the history
Thanks edd at slipszenko.net for the report.
  • Loading branch information
claudep committed Mar 1, 2013
1 parent 3318595 commit 6d3b0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/contrib/auth.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ Login and logout signals

.. module:: django.contrib.auth.signals

The auth framework uses two :doc:`signals </topics/signals>` that can be used
for notification when a user logs in or out.
The auth framework uses the following :doc:`signals </topics/signals>` that
can be used for notification when a user logs in or out.

.. function:: user_logged_in

Expand Down

0 comments on commit 6d3b0c3

Please sign in to comment.