From 4d13cc56de46ccfc89e9f1381ba4f194070bbdb7 Mon Sep 17 00:00:00 2001 From: Eric Boersma Date: Thu, 5 Sep 2013 18:23:48 -0400 Subject: Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. The documentation and comments now all use 'an' to refer to the word SQL and not 'a'. --- tests/backends/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/backends') diff --git a/tests/backends/tests.py b/tests/backends/tests.py index 64f90996d2..e00cdf94ce 100644 --- a/tests/backends/tests.py +++ b/tests/backends/tests.py @@ -403,7 +403,7 @@ class EscapingChecks(TestCase): self.assertEqual(cursor.fetchall()[0], ('%', '%d')) @unittest.skipUnless(connection.vendor == 'sqlite', - "This is a sqlite-specific issue") + "This is an sqlite-specific issue") def test_sqlite_parameter_escaping(self): #13648: '%s' escaping support for sqlite3 cursor = connection.cursor() -- cgit v1.3