mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +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
|
@ -90,7 +90,7 @@ class ManyToManySignalsTest(TestCase):
|
|||
})
|
||||
self.assertEqual(self.m2m_changed_messages, expected_messages)
|
||||
|
||||
# give the BMW and Toyata some doors as well
|
||||
# give the BMW and Toyota some doors as well
|
||||
self.doors.car_set.add(self.bmw, self.toyota)
|
||||
expected_messages.append({
|
||||
'instance': self.doors,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue