Author: adrian
Date: 2010-01-09 13:09:46 -0600 (Sat, 09 Jan 2010)
New Revision: 12128

Modified:
   django/trunk/docs/ref/models/fields.txt
Log:
Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1

Modified: django/trunk/docs/ref/models/fields.txt
===================================================================
--- django/trunk/docs/ref/models/fields.txt     2010-01-09 19:09:11 UTC (rev 
12127)
+++ django/trunk/docs/ref/models/fields.txt     2010-01-09 19:09:46 UTC (rev 
12128)
@@ -939,7 +939,7 @@
 
     ``limit_choices_to`` has no effect when used on a ``ManyToManyField`` with 
a
     custom intermediate table specified using the
-    :attr:`~ManyToManyField.through` paramter.
+    :attr:`~ManyToManyField.through` parameter.
 
 .. attribute:: ManyToManyField.symmetrical
 

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