From 5207928151938114cea3ca2d56990e10bf3e8544 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Wed, 25 Sep 2013 18:20:33 +0200 Subject: [PATCH] [1.6.X] Fixed wording in unit tests documentation. Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master. --- docs/internals/contributing/writing-code/unit-tests.txt | 4 ++-- 1 file 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 985ea94ef20..abbbd758d89 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.