Commit e97ec4d1 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

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
parent 756fa95b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.