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 --- docs/topics/testing/overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 5be9a88787..f8c8f2486e 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -179,7 +179,7 @@ control the particular collation used by the test database. See the :doc:`settings documentation ` for details of these and other advanced settings. -If using a SQLite in-memory database with Python 3.4+ and SQLite 3.7.13+, +If using an SQLite in-memory database with Python 3.4+ and SQLite 3.7.13+, `shared cache `_ will be enabled, so you can write tests with ability to share the database between threads. -- cgit v1.3