From d9bbda7149416ae72a6e5489d0095a3f25b97793 Mon Sep 17 00:00:00 2001 From: Adam Haney Date: Mon, 30 Sep 2013 16:59:45 -0400 Subject: [PATCH] * Fixing improper grammar --- django/contrib/formtools/wizard/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/formtools/wizard/views.py b/django/contrib/formtools/wizard/views.py index 9c81f77ed2..c913635699 100644 --- a/django/contrib/formtools/wizard/views.py +++ b/django/contrib/formtools/wizard/views.py @@ -330,7 +330,7 @@ class WizardView(TemplateView): def render_done(self, form, **kwargs): """ This method gets called when all forms passed. The method should also - re-validate all steps to prevent manipulation. If any form don't + re-validate all steps to prevent manipulation. If any form fails to validate, `render_revalidation_failure` should get called. If everything is fine call `done`. """