Kaydet (Commit) e265112c authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in topics/forms/formsets.txt

üst 00535e8e
...@@ -105,7 +105,7 @@ gives you the ability to limit the number of forms the formset will display:: ...@@ -105,7 +105,7 @@ gives you the ability to limit the number of forms the formset will display::
If the value of ``max_num`` is greater than the number of existing items in the If the value of ``max_num`` is greater than the number of existing items in the
initial data, up to ``extra`` additional blank forms will be added to the initial data, up to ``extra`` additional blank forms will be added to the
formset, so long as the total number of forms does not exceed ``max_num``. For formset, so long as the total number of forms does not exceed ``max_num``. For
example, if ``extra=2`` and ``max_num=2`` and the formset is initalized with example, if ``extra=2`` and ``max_num=2`` and the formset is initialized with
one ``initial`` item, a form for the initial item and one blank form will be one ``initial`` item, a form for the initial item and one blank form will be
displayed. displayed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment