summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-09-25 18:20:33 +0200
committerBaptiste Mispelon <bmispelon@gmail.com>2013-09-25 18:31:03 +0200
commit5207928151938114cea3ca2d56990e10bf3e8544 (patch)
tree206d076da3177fe598e557b0c4f95c405f5566de
parente5dc08f2dbdd8bf67960f0448810d71ba58990b4 (diff)
[1.6.X] Fixed wording in unit tests documentation.
Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master.
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index 985ea94ef2..abbbd758d8 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -63,8 +63,8 @@ two databases:
If you're using a backend that isn't SQLite, you will need to provide other
details for each database:
-* The :setting:`USER` option for each of your databases needs to
- specify an existing user account for the database.
+* The :setting:`USER` option needs to specify an existing user account
+ for the database.
* The :setting:`PASSWORD` option needs to provide the password for
the :setting:`USER` that has been specified.