Commit 2b6bb321 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #1697 from adamhaney/master

Fixing improper grammar in docstring
parents d847ddfe d9bbda71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`.
        """