mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed two typos in docstrings.
This commit is contained in:
		| @@ -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__'. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user