Skip to content

Commit 77b9c1e

Browse files
committed
Fix typos in the documentation
1 parent 0e7ef81 commit 77b9c1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Consider the following example test module:
1818

1919
In principle, this example works the very same way as the basic
2020
example for :ref:`usage-parametrized`. The only difference is that
21-
the lists of paramters are dynamically compiled beforehand. The test
21+
the lists of parameters are dynamically compiled beforehand. The test
2222
for child `l` deliberately fails, just to show the effect. As a
2323
consequence, the test for its parent `d` will be skipped.
2424

doc/src/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following command line options are added by pytest.dependency:
4747
if any of the dependencies has been skipped or failed.
4848
E.g. dependencies that have not been run at all will be ignored.
4949

50-
This may be useful if you run only a subset of the testsuite and
50+
This may be useful if you run only a subset of the test suite and
5151
some tests in the selected set are marked to depend on other tests
5252
that have not been selected.
5353

doc/src/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test, we will get the following result:
2121
.. literalinclude:: ../examples/basic.out
2222

2323
The first test has deliberately been set to fail to illustrate the
24-
effect. We will get the following resuts:
24+
effect. We will get the following results:
2525

2626
`test_a`
2727
deliberately fails.

0 commit comments

Comments
 (0)