Skip to content

Commit 2ad740b

Browse files
committed
Minor edit in docstring
1 parent 886c254 commit 2ad740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/or_dependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def depends_or(request, other, scope='module'):
55
"""Add dependency on any of the other tests.
66
77
Call pytest.skip() unless a successful outcome of any of the tests
8-
in other has been registered previously. This helper is similar
8+
in `other` has been registered previously. This helper is similar
99
to `pytest_dependency.depends()`. It takes the same arguments.
1010
But while `pytest_dependency.depends()` combines the tests in
1111
`other` in an and-like manner, it skips the current test unless

0 commit comments

Comments
 (0)