From de0a22be35bbe6f23d826bcc9aa27756ffe59e8c Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sat, 2 Aug 2014 15:14:13 +0200 Subject: Fixed two typos in docstrings. --- django/forms/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/forms') diff --git a/django/forms/forms.py b/django/forms/forms.py index e448c69807..4dd4acba01 100644 --- a/django/forms/forms.py +++ b/django/forms/forms.py @@ -403,7 +403,7 @@ class BaseForm(object): def clean(self): """ - Hook for doing any extra form-wide cleaning after Field.clean() been + Hook for doing any extra form-wide cleaning after Field.clean() has been called on every field. Any ValidationError raised by this method will not be associated with a particular field; it will have a special-case association with the field named '__all__'. -- cgit v1.3