summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-01-09 19:09:46 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-01-09 19:09:46 +0000
commitdf9adbafb71a4275ec281fb01938ab41f8e208a0 (patch)
tree41ca2b52a82c9d6592b86d81808cc7a996cfcfeb /docs/ref
parent161e4667df66b4c782cf6be51a8be747633e33ad (diff)
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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
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