1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Merge pull request #1697 from adamhaney/master

Fixing improper grammar in docstring
This commit is contained in:
Alex Gaynor 2013-09-30 14:01:09 -07:00
commit 2b6bb321ba

View File

@ -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`.
"""