Skip to content

Commit ee1293e

Browse files
committed
Minor documentation fixes.
1 parent 2d98e86 commit ee1293e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ works in the same manner as the previous examples respectively:
6666
In `TestClass` the default names for the tests are used, which is
6767
build from the name of the class and the respective method in this
6868
case, while in `TestClassNamed` these names are overridden by an
69-
explicit name argument to the :func:`pytest.mark.dependency` marker.
69+
explicit `name` argument to the :func:`pytest.mark.dependency` marker.
7070

7171
.. versionchanged:: 0.3
72-
The name of the class is prepended to method name to form the
72+
The name of the class is prepended to the method name to form the
7373
default name for the test.
7474

7575
.. _usage-parametrized:

0 commit comments

Comments
 (0)