From df9adbafb71a4275ec281fb01938ab41f8e208a0 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 9 Jan 2010 19:09:46 +0000 Subject: [PATCH] Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@12128 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 3ccf09b58f..d53cbead21 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -939,7 +939,7 @@ that control how the relationship functions. ``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