summaryrefslogtreecommitdiff
path: root/docs/internals/contributing
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:32:07 +0200
commit43ab759ce3dffa796a95c1fe8679bc3c3eee2700 (patch)
tree465cd21bd1a312dca6453c9370c00c7f8fb68cdb /docs/internals/contributing
parentf3853172a4bde963ff9908870bc2ea53eb73bc04 (diff)
[1.5.X] Fixed wording in unit tests documentation.
Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master.
Diffstat (limited to 'docs/internals/contributing')
-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 1770e4aa63..07d7de982e 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -65,8 +65,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.