Browse Source

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
Adrian Holovaty 16 years ago
parent
commit
e97ec4d142
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/signals.txt

+ 1 - 1
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.