Parcourir la source

Merge pull request #1697 from adamhaney/master

Fixing improper grammar in docstring
Alex Gaynor il y a 11 ans
Parent
commit
2b6bb321ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      django/contrib/formtools/wizard/views.py

+ 1 - 1
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`.
         """