diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-03-01 22:15:23 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-03-01 22:15:23 +0100 |
| commit | 6d3b0c33dcb38cdb3e72531c447250e76cd3e486 (patch) | |
| tree | 1625dbadad87b80756e4e0a63918b38cb5bdd1e7 /docs/ref | |
| parent | 3318595c0bfeda9f6bae8aa11dda68647ae55fde (diff) | |
Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Thanks edd at slipszenko.net for the report.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/auth.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 9bd7fe79b7..6ec6af607a 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -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 |
