summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Musketa <daniel@musketa.de>2016-11-23 12:54:58 +0100
committerTim Graham <timograham@gmail.com>2016-11-23 06:55:22 -0500
commitd0f417be1f97c476dc1d9d5cbed68993b5d120f0 (patch)
treec7013592058876222ffe3206bd5a9db086900c54
parent047a62b3f7ddb4f0a3bd72dce46a47ee4a847273 (diff)
[1.10.x] Fixed typo in docs/topics/signals.txt.
Backport of b5ef90192fa4e1ebcf8c5d4abacb1caaefdc2008 from master
-rw-r--r--docs/topics/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/signals.txt b/docs/topics/signals.txt
index c43f02bd80..179ac04819 100644
--- a/docs/topics/signals.txt
+++ b/docs/topics/signals.txt
@@ -186,7 +186,7 @@ Preventing duplicate signals
In some circumstances, the code connecting receivers to signals may run
multiple times. This can cause your receiver function to be registered more
-than once, and thus called multiples times for a single signal event.
+than once, and thus called multiple times for a single signal event.
If this behavior is problematic (such as when using signals to
send an email whenever a model is saved), pass a unique identifier as