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/test_runner/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_runner') diff --git a/tests/test_runner/tests.py b/tests/test_runner/tests.py index 7aefa4e077..00b5e9c978 100644 --- a/tests/test_runner/tests.py +++ b/tests/test_runner/tests.py @@ -246,7 +246,7 @@ class Sqlite3InMemoryTestDbs(TestCase): available_apps = [] @unittest.skipUnless(all(db.connections[conn].vendor == 'sqlite' for conn in db.connections), - "This is a sqlite-specific issue") + "This is an sqlite-specific issue") def test_transaction_support(self): """Ticket #16329: sqlite3 in-memory test databases""" old_db_connections = db.connections -- cgit v1.3