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:09 -0400
commit617686e226231fe8ad3f2e49d3efabf6f5f434d3 (patch)
treeb32b79a90056b10288aaa79f3aaaa9dc7810af11 /docs/topics/testing
parentfcfcf8aae470d893b0d2ef176434461edf9e9c4d (diff)
Fixed 'a'/'an' mix-ups in docs.
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 2fdefb6a70..e6f0782248 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -298,7 +298,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: