Skip to content

Commit dce207c

Browse files
authored
docs: fix typo (#574)
Fix typo
1 parent 6e176d3 commit dce207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/guides/pytest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ testpaths = [
8383
```
8484

8585
{% rr PP302 %} The `minversion` will print a nicer error if your `pytest` is too
86-
old (though, ironically, it won't read this is the version is too old, so
86+
old (though, ironically, it won't read this if the version is too old, so
8787
setting "6" or less in `pyproject.toml` is rather pointless). The `addopts`
8888
setting will add whatever you put there to the command line when you run;
8989
{% rr PP308 %} `-ra` will print a summary "r"eport of "a"ll results, which gives

0 commit comments

Comments
 (0)