diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index f3aa4a947e..61c2ad377a 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -76,8 +76,8 @@ force the maximum number of forms the formset will display:: -The default value of ``max_num`` is ``0`` which is the same as saying put no -limit on the number forms displayed. +A ``max_num`` value of ``0`` (the default) puts no limit on the number forms +displayed. Formset validation ------------------