Author: russellm
Date: 2010-05-10 08:12:53 -0500 (Mon, 10 May 2010)
New Revision: 13210

Modified:
   django/trunk/docs/ref/signals.txt
Log:
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the 
report.

Modified: django/trunk/docs/ref/signals.txt
===================================================================
--- django/trunk/docs/ref/signals.txt   2010-05-10 13:11:09 UTC (rev 13209)
+++ django/trunk/docs/ref/signals.txt   2010-05-10 13:12:53 UTC (rev 13210)
@@ -131,7 +131,7 @@
         The actual instance being saved.
 
     ``created``
-        A boolean; ``True`` if a new record was create.
+        A boolean; ``True`` if a new record was created.
 
 pre_delete
 ----------

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to