summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-31 03:47:09 +0200
committerTim Graham <timograham@gmail.com>2017-10-30 21:47:27 -0400
commit8a6392e4c69fa6e51005d29ed8c0898e47ca0065 (patch)
treee47a479a255e21884159d1aa4bb700581baf4667 /docs/topics/testing
parentf2d5417d3b7a4012298fcffc6eab618cc09d0344 (diff)
[2.0.x] Fixed 'a'/'an' mix-ups in docs.
Backport of 617686e226231fe8ad3f2e49d3efabf6f5f434d3 from master
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/advanced.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index 996bcf1a06..120821e2a7 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -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: