diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 75d8245499..6a2bfbad3d 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2295,7 +2295,7 @@ The ``InlineModelAdmin`` class adds or customizes: .. attribute:: InlineModelAdmin.extra This controls the number of extra forms the formset will display in - addition to the initial forms. See the + addition to the initial forms. Defaults to 3. See the :doc:`formsets documentation ` for more information.