Skip to content

Commit d721ca6

Browse files
committed
Typo.
1 parent 7e1692c commit d721ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ following example:
7777
.. literalinclude:: ../examples/runtime.py
7878

7979
Tests `test_c` and `test_d` set their dependencies at runtime calling
80-
:func:`pytest_dependency.depends`. The first argument is the values
80+
:func:`pytest_dependency.depends`. The first argument is the value
8181
of the `request` pytest fixture, the second argument is the list of
8282
dependencies. It has the same effect as passing this list as the
8383
`depends` argument to the :func:`pytest.mark.dependency` marker.

0 commit comments

Comments
 (0)