Author: russellm
Date: 2010-01-13 17:54:07 -0600 (Wed, 13 Jan 2010)
New Revision: 12224

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

Modified: django/trunk/docs/ref/signals.txt
===================================================================
--- django/trunk/docs/ref/signals.txt   2010-01-13 11:07:16 UTC (rev 12223)
+++ django/trunk/docs/ref/signals.txt   2010-01-13 23:54:07 UTC (rev 12224)
@@ -187,7 +187,7 @@
     ``sender``
         The intermediate model class describing the :class:`ManyToManyField`.
         This class is automatically created when a many-to-many field is
-        defined; it you can access it using the ``through`` attribute on the
+        defined; you can access it using the ``through`` attribute on the
         many-to-many field.
 
     ``instance``

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