From fef3f50e319bd691c8fd3313d982b6c07d66445c Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Wed, 4 May 2016 02:30:48 +0300 Subject: [1.9.x] Normalized "an SQL" spelling. Backport of 575a9a791e62de7550761970dc6797271d956c57 from master --- tests/schema/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/schema/tests.py b/tests/schema/tests.py index 052f72a3bf..e200f34164 100644 --- a/tests/schema/tests.py +++ b/tests/schema/tests.py @@ -1569,7 +1569,7 @@ class SchemaTests(TransactionTestCase): editor.create_model(Thing) except OperationalError as e: self.fail("Errors when applying initial migration for a model " - "with a table named after a SQL reserved word: %s" % e) + "with a table named after an SQL reserved word: %s" % e) # Check that it's there list(Thing.objects.all()) # Clean up that table -- cgit v1.3