From 4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:36:48 -0300 Subject: Refs #36485 -- Removed double spaces after periods in sentences. --- docs/topics/testing/advanced.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing/advanced.txt') diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index b6146253c1..fcc9c782c7 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -560,7 +560,7 @@ and tear down the test suite. ``debug_mode`` specifies what the :setting:`DEBUG` setting should be set to prior to running tests. - ``parallel`` specifies the number of processes. If ``parallel`` is greater + ``parallel`` specifies the number of processes. If ``parallel`` is greater than ``1``, the test suite will run in ``parallel`` processes. If there are fewer test case classes than configured processes, Django will reduce the number of processes accordingly. Each process gets its own database. This -- cgit v1.3