summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-03-01 22:15:23 +0100
committerClaude Paroz <claude@2xlibre.net>2013-03-01 22:18:00 +0100
commitd43dfdf4b965bb77edb4631c3710fa423b722b93 (patch)
treeefed674c90a976079c7ca2740bffe7995e53ded5
parented381bd922faa1379f1021f2a3dd57fe8a5163b2 (diff)
[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Thanks edd at slipszenko.net for the report. Backport of 6d3b0c33dc from master.
-rw-r--r--docs/ref/contrib/auth.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt
index b12c99fb91..d5d4ff9c96 100644
--- a/docs/ref/contrib/auth.txt
+++ b/docs/ref/contrib/auth.txt
@@ -346,8 +346,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