mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Fixed typos in code comments.
This commit is contained in:
		| @@ -893,7 +893,7 @@ class FormsFormsetTestCase(TestCase): | ||||
|         except IndexError: | ||||
|             pass | ||||
|  | ||||
|         # Formets can override the default iteration order | ||||
|         # Formsets can override the default iteration order | ||||
|         class BaseReverseFormSet(BaseFormSet): | ||||
|             def __iter__(self): | ||||
|                 return reversed(self.forms) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user