diff options
| author | Daniel Musketa <daniel@musketa.de> | 2016-11-23 12:54:58 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-23 06:54:58 -0500 |
| commit | b5ef90192fa4e1ebcf8c5d4abacb1caaefdc2008 (patch) | |
| tree | 99782a112f37981c1913a3b33fbff6675ff35c7f /docs | |
| parent | 50613d957a853f83310a03e0f300bbf568f1f65b (diff) | |
Fixed typo in docs/topics/signals.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/signals.txt | 2 |
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 |
