From 4df2917c7f8e50430e385d64358946475c3a038a Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 12 Aug 2011 14:14:15 +0000 Subject: [PATCH] Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16598 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- formtools/wizard/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formtools/wizard/views.py b/formtools/wizard/views.py index 61ba60e..f272db0 100644 --- a/formtools/wizard/views.py +++ b/formtools/wizard/views.py @@ -152,7 +152,7 @@ class WizardView(TemplateView): # if not, add the form with a zero based counter as unicode init_form_list[unicode(i)] = form - # walk through the ne created list of forms + # walk through the new created list of forms for form in init_form_list.itervalues(): if issubclass(form, formsets.BaseFormSet): # if the element is based on BaseFormSet (FormSet/ModelFormSet)