[2.0.x] Fixed 'a'/'an' mix-ups in docs.

Backport of 617686e226 from master
This commit is contained in:
Ville Skyttä 2017-10-31 03:47:09 +02:00 committed by Tim Graham
parent f2d5417d3b
commit 8a6392e4c6
5 changed files with 6 additions and 6 deletions

View file

@ -303,7 +303,7 @@ Advanced features of ``TransactionTestCase``
recommended that you do not hard code primary key values in tests.
Using ``reset_sequences = True`` will slow down the test, since the primary
key reset is an relatively expensive database operation.
key reset is a relatively expensive database operation.
.. _testing-reusable-applications: