diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-10 11:17:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-10 11:17:57 -0400 |
| commit | eba54eb157f0ad4965304ff425a5d300170724fb (patch) | |
| tree | 003708a61c5f4d91285984eaf65689ce9f8e7b44 /docs | |
| parent | e2d4677a1cd30cf0e79180534ff0a64e04b7be00 (diff) | |
[1.6.x] Fixed typo in topics/forms/formsets.txt
Backport of e265112cd1 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/forms/formsets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index a9d4fd75a5..9fbc6d2a2a 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -102,7 +102,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 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 -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 displayed. |
