From 0ca28f3926f6845e0fd3098a9dd2a82888729839 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 13 Jan 2010 23:54:07 +0000 Subject: [PATCH] Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12224 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 54efbff89e..e6c8abec63 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -187,7 +187,7 @@ Arguments sent with this signal: ``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``