summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-09-07 06:18:59 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-09-07 06:18:59 +0000
commite97ec4d142b7a20dc1d29a7f04b076d8b61fa380 (patch)
treef4b2e86b33f9b4439ff2a80c2e031bcf3061d830 /docs
parent756fa95bd2abda3547bf98f42dac042da8cecacd (diff)
Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbalogh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 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.