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
This commit is contained in:
Adrian Holovaty 2008-09-07 06:18:59 +00:00
parent 756fa95bd2
commit e97ec4d142
1 changed files with 1 additions and 1 deletions

View File

@ -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.