Author: adrian
Date: 2008-09-07 01:18:59 -0500 (Sun, 07 Sep 2008)
New Revision: 8977
Modified:
django/trunk/docs/ref/signals.txt
Log:
Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbalogh
Modified: django/trunk/docs/ref/signals.txt
===================================================================
--- django/trunk/docs/ref/signals.txt 2008-09-06 23:44:42 UTC (rev 8976)
+++ django/trunk/docs/ref/signals.txt 2008-09-07 06:18:59 UTC (rev 8977)
@@ -84,7 +84,7 @@
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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---