summaryrefslogtreecommitdiff
path: root/docs
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:22:51 -0400
commit19ad7231da25ac944a3515d61b0fe3cc83f2992a (patch)
treec8adbf2ba659726eb25c3778b48b9f46fef65674 /docs
parent9176fa70c1541d29d4d1865770d48b174e5dd968 (diff)
[1.5.x] Fixed #20263 -- Corrected wording in the formset documentation.
Thanks to feraudyh at yahoo.com for the report. Backport of 1de63cccb1 from master.
Diffstat (limited to 'docs')
-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 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::