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

@ -1067,7 +1067,7 @@ class ModelFormsetTest(TestCase):
self.assertEqual(revision1.repository, repository)
self.assertEqual(revision1.revision, '146239817507f148d448db38840db7c3cbf47c76')
# attempt to save the same revision against against the same repo.
# attempt to save the same revision against the same repo.
data = {
'revision_set-TOTAL_FORMS': '1',
'revision_set-INITIAL_FORMS': '0',