summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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