diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index 8aef8758ee..6ff8abe568 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -5,7 +5,7 @@ Formsets .. class:: django.forms.formset.BaseFormSet -A formset is a layer of abstraction to working with multiple forms on the same +A formset is a layer of abstraction to work with multiple forms on the same page. It can be best compared to a data grid. Let's say you have the following form::