diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 14:01:09 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 14:01:09 -0700 |
| commit | 2b6bb321ba03c837daaf49c9a931ad2bd792aba5 (patch) | |
| tree | b79bfcd4ea7eb84f0031ae1765c5ccbddf880f24 | |
| parent | d847ddfe1d4475e768c547b17642d3ed0894d54e (diff) | |
| parent | d9bbda7149416ae72a6e5489d0095a3f25b97793 (diff) | |
Merge pull request #1697 from adamhaney/master
Fixing improper grammar in docstring
| -rw-r--r-- | django/contrib/formtools/wizard/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
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`. """ |
