summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-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.