Commit 43ab759c authored by Baptiste Mispelon's avatar Baptiste Mispelon
Browse files

[1.5.X] Fixed wording in unit tests documentation.

Backport of 42b9feb2 from master.
parent f3853172
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.