diff options
| author | Tim Graham <timograham@gmail.com> | 2013-06-10 14:36:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-06-10 14:36:40 -0400 |
| commit | 9ff5f100ddf6c77d12327a5d19c984e1d4a46b56 (patch) | |
| tree | f950e15898f5edf2856df1ff267b7ef76bcc4032 /docs/ref | |
| parent | 584bd14dcfdee9585fec7794d53ce120ea73d0bc (diff) | |
Fixed #20578 - Typo in BaseFormSet module name
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index 7795a32c09..ca11aef763 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -166,7 +166,7 @@ This template expects a ``wizard`` object that has various items attached to it: * ``form`` -- The :class:`~django.forms.Form` or - :class:`~django.forms.formset.BaseFormSet` instance for the current step + :class:`~django.forms.formsets.BaseFormSet` instance for the current step (either empty or with errors). * ``steps`` -- A helper object to access the various steps related data: |
