From cd1aec65cc255d5ca6882a72714247d1106027c6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 10 Jun 2013 14:36:40 -0400 Subject: [1.5.x] Fixed #20578 - Typo in BaseFormSet module name Backport of 9ff5f100dd from master --- docs/ref/contrib/formtools/form-wizard.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index 349582c19e..18586eda68 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: -- cgit v1.3