Skip to content

Commit b829754

Browse files
authored
Fix incorrect sentence syntax.
In this sentence: "You need to tell pytest which Django settings that should be used for test runs." The word "that" should not be used. The correct wording should be: "You need to tell pytest which Django settings should be used for test runs."
1 parent ee7858a commit b829754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ after installation, there is nothing more to configure.
4242
Step 2: Point pytest to your Django settings
4343
--------------------------------------------
4444

45-
You need to tell pytest which Django settings that should be used for test
45+
You need to tell pytest which Django settings should be used for test
4646
runs. The easiest way to achieve this is to create a pytest configuration file
4747
with this information.
4848

0 commit comments

Comments
 (0)