diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-08-12 14:14:15 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-08-12 14:14:15 +0000 |
| commit | bce890ace4a97ab7a7a9b918f1452c6592d9b08e (patch) | |
| tree | bda6cf9653f58e6f77d30a8a26daf8ebe77772ac /tests/regressiontests/multiple_database/tests.py | |
| parent | 4a993fab18892596242a0b22c8fbd6c3ae2dde57 (diff) | |
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/multiple_database/tests.py')
| -rw-r--r-- | tests/regressiontests/multiple_database/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/multiple_database/tests.py b/tests/regressiontests/multiple_database/tests.py index 02ee34f820..2d5b0a82aa 100644 --- a/tests/regressiontests/multiple_database/tests.py +++ b/tests/regressiontests/multiple_database/tests.py @@ -1085,7 +1085,7 @@ class RouterTestCase(TestCase): self.assertEqual(list(pro.authors.values_list('name', flat=True)), [u'Marty Alchin']) self.assertEqual(pro.editor.name, u'Marty Alchin') - # get_or_create is a special case. The get needs to be targetted at + # get_or_create is a special case. The get needs to be targeted at # the write database in order to avoid potential transaction # consistency problems book, created = Book.objects.get_or_create(title="Pro Django") |
