mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +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
|
@ -771,7 +771,7 @@ class FkConstraintsTests(TransactionTestCase):
|
|||
models.Article.objects.create(headline='Another article',
|
||||
pub_date=datetime.datetime(1988, 5, 15),
|
||||
reporter=self.r, reporter_proxy=r_proxy)
|
||||
# Retreive the second article from the DB
|
||||
# Retrieve the second article from the DB
|
||||
a2 = models.Article.objects.get(headline='Another article')
|
||||
a2.reporter_proxy_id = 30
|
||||
self.assertRaises(IntegrityError, a2.save)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue