Author: ubernostrum
Date: 2008-09-04 02:29:27 -0500 (Thu, 04 Sep 2008)
New Revision: 8963

Modified:
   django/trunk/docs/ref/signals.txt
Log:
Fixed #8867: Corrected a couple typos in the signals documentation


Modified: django/trunk/docs/ref/signals.txt
===================================================================
--- django/trunk/docs/ref/signals.txt   2008-09-04 05:26:09 UTC (rev 8962)
+++ django/trunk/docs/ref/signals.txt   2008-09-04 07:29:27 UTC (rev 8963)
@@ -141,7 +141,7 @@
         The model class.
 
     ``instance``
-        The actual instance being saved.
+        The actual instance being deleted.
 
 post_delete
 -----------
@@ -158,10 +158,10 @@
         The model class.
 
     ``instance``
-        The actual instance being saved.
+        The actual instance being deleted.
 
         Note that the object will no longer be in the database, so be very
-        careful what you do with this instance
+        careful what you do with this instance.
 
 class_prepared
 --------------


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to