Browse Source

Fixed #20263 -- Corrected wording in the formset documentation.

Thanks to feraudyh at yahoo.com for the report.
Simon Charette 12 năm trước cách đây
mục cha
commit
1de63cccb1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/topics/forms/formsets.txt

+ 1 - 1
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::