summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/model-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index fc0299374d..8b6384f641 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -869,8 +869,8 @@ relationship should work. All are optional:
(an object with a ``get_sql()`` method) for more complex
queries.
- ``limit_choices_to`` has no effect the inline FormSets that
- are created to display related objects in the admin.
+ ``limit_choices_to`` has no effect on the inline FormSets
+ that are created to display related objects in the admin.
``related_name`` The name to use for the relation from the related
object back to this one. See the