From 617686e226231fe8ad3f2e49d3efabf6f5f434d3 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Tue, 31 Oct 2017 03:47:09 +0200 Subject: Fixed 'a'/'an' mix-ups in docs. --- docs/topics/testing/advanced.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') 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: -- cgit v1.3