1
0
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:
Adam Taylor
2015-01-20 07:54:12 -07:00
committed by Tim Graham
parent dccf41cff0
commit 039465a6a7
26 changed files with 28 additions and 28 deletions

View File

@@ -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)