summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2013-04-15 12:19:17 -0400
committerSimon Charette <charette.s@gmail.com>2013-04-15 12:19:17 -0400
commit1de63cccb101fc801b60eb5ed42663a9499e595a (patch)
tree3f52eeb5f9d8d2f17e3c6f973715618a861d5dc2 /docs/topics
parenta506b6981bc48caec30bca3de94d2ac3e6fc1660 (diff)
Fixed #20263 -- Corrected wording in the formset documentation.
Thanks to feraudyh at yahoo.com for the report.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/forms/formsets.txt2
1 files changed, 1 insertions, 1 deletions
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::