From b5ef90192fa4e1ebcf8c5d4abacb1caaefdc2008 Mon Sep 17 00:00:00 2001 From: Daniel Musketa Date: Wed, 23 Nov 2016 12:54:58 +0100 Subject: [PATCH] Fixed typo in docs/topics/signals.txt. --- docs/topics/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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