From 1de63cccb101fc801b60eb5ed42663a9499e595a Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Mon, 15 Apr 2013 12:19:17 -0400 Subject: [PATCH] Fixed #20263 -- Corrected wording in the formset documentation. Thanks to feraudyh at yahoo.com for the report. --- docs/topics/forms/formsets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index c9bfda8d4f..269ac5b4b6 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::