Normalized "an SQL" spelling.

This commit is contained in:
Ville Skyttä 2016-05-04 02:30:48 +03:00 committed by Tim Graham
parent e00d77c483
commit 575a9a791e
8 changed files with 11 additions and 11 deletions

View file

@ -177,7 +177,7 @@ control the particular collation used by the test database. See the
:doc:`settings documentation </ref/settings>` 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 <https://www.sqlite.org/sharedcache.html>`_ will be enabled, so
you can write tests with ability to share the database between threads.