diff options
| author | Adam Taylor <ataylor32@gmail.com> | 2015-01-20 07:54:12 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-20 12:18:29 -0500 |
| commit | 45aaced91e4789c3a08b17f0908010923361dbec (patch) | |
| tree | f15fcd7d2a029c173f402083b51d7419b0031008 /tests/backends | |
| parent | 90d9bf5ba46f806e7d4a7d19023f8d19028c4a27 (diff) | |
[1.8.x] Fixed typos in code comments.
Backport of 039465a6a7a18f48ea77ceadb6949990c0ec92e1 from master
Diffstat (limited to 'tests/backends')
| -rw-r--r-- | tests/backends/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backends/tests.py b/tests/backends/tests.py index 3d4185e762..4a07cd5f2f 100644 --- a/tests/backends/tests.py +++ b/tests/backends/tests.py @@ -772,7 +772,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) |
