summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index 48915cdc45..dc8c53ac2d 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -29,7 +29,7 @@ model system.
override in your own code.
If you override these methods on your model, you must call the parent class'
- methods for this signals to be sent.
+ methods for these signals to be sent.
Note also that Django stores signal handlers as weak references by default,
so if your handler is a local function, it may be garbage collected. To