Author: Alex
Date: 2011-09-22 09:32:30 -0700 (Thu, 22 Sep 2011)
New Revision: 16886

Modified:
   django/trunk/docs/ref/signals.txt
Log:
Slight english readability fix for the signals docs.

Modified: django/trunk/docs/ref/signals.txt
===================================================================
--- django/trunk/docs/ref/signals.txt   2011-09-22 15:04:34 UTC (rev 16885)
+++ django/trunk/docs/ref/signals.txt   2011-09-22 16:32:30 UTC (rev 16886)
@@ -365,7 +365,7 @@
 .. data:: django.db.models.signals.post_syncdb
    :module:
 
-Sent by :djadmin:`syncdb` command after it installs an application, and
+Sent by the :djadmin:`syncdb` command after it installs an application, and the
 :djadmin:`flush` command.
 
 Any handlers that listen to this signal need to be written in a particular

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