summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-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 930041bb08..44a58dfb05 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -84,7 +84,7 @@ Like pre_init, but this one is sent when the :meth:`~django.db.models.Model.__in
Arguments sent with this signal:
``sender``
- As above: rhe model class that just had an instance created.
+ As above: the model class that just had an instance created.
``instance``
The actual instance of the model that's just been created.