mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typos in code comments.
This commit is contained in:
parent
dccf41cff0
commit
039465a6a7
26 changed files with 28 additions and 28 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue