From e97ec4d142b7a20dc1d29a7f04b076d8b61fa380 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 7 Sep 2008 06:18:59 +0000 Subject: [PATCH] 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 --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.