Skip to content

Commit 9570156

Browse files
blueyedtkf
andauthored
Update src/_pytest/outcomes.py
Co-Authored-By: tkf <[email protected]>
1 parent 57be1d6 commit 9570156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/outcomes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def skip(msg="", **kwargs):
9090
It is better to use the :ref:`pytest.mark.skipif ref` marker when possible to declare a test to be
9191
skipped under certain conditions like mismatching platforms or
9292
dependencies.
93-
Similarly, use ``# doctest: +SKIP`` directive (see `doctest.SKIP
93+
Similarly, use the ``# doctest: +SKIP`` directive (see `doctest.SKIP
9494
<https://docs.python.org/3/library/doctest.html#doctest.SKIP>`_)
9595
to skip a doctest statically.
9696
"""

0 commit comments

Comments
 (0)