summaryrefslogtreecommitdiff
path: root/tests/indexes
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-08-01 12:55:53 -0400
committerTim Graham <timograham@gmail.com>2018-08-01 16:09:22 -0400
commit97e637a87fb45c4de970cca6cb783d93473c9d15 (patch)
treef2bc4b9a102aa1277005ee469b6f7e390c925c8d /tests/indexes
parent4263cd0e095c55a1011e5bf0746d651126a8da5f (diff)
downloaddjango-97e637a87fb45c4de970cca6cb783d93473c9d15.tar.gz
Fixed typos in comments and docs.
Diffstat (limited to 'tests/indexes')
-rw-r--r--tests/indexes/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indexes/tests.py b/tests/indexes/tests.py
index 219dfe67b1..8dc81da6aa 100644
--- a/tests/indexes/tests.py
+++ b/tests/indexes/tests.py
@@ -81,7 +81,7 @@ class SchemaIndexesNotPostgreSQLTests(TransactionTestCase):
opclasses=['varchar_pattern_ops'],
)
with connection.schema_editor() as editor:
- # This would error if opclasses weren't ingored.
+ # This would error if opclasses weren't ignored.
editor.add_index(IndexedArticle2, index)