[1.9.x] Normalized "an SQL" spelling.

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

View file

@ -179,7 +179,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.