Fixed typos in comments and docs.

This commit is contained in:
luz.paz 2018-08-01 12:55:53 -04:00 committed by Tim Graham
parent 4263cd0e09
commit 97e637a87f
20 changed files with 22 additions and 23 deletions

View file

@ -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)