Skip to content

Commit b691d31

Browse files
merwokbluetech
authored andcommitted
fix typo
1 parent d412073 commit b691d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/deprecations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Passing ``msg=`` to ``pytest.skip``, ``pytest.fail`` or ``pytest.exit``
127127

128128
Passing the keyword argument ``msg`` to :func:`pytest.skip`, :func:`pytest.fail` or :func:`pytest.exit`
129129
is now deprecated and ``reason`` should be used instead. This change is to bring consistency between these
130-
functions and the``@pytest.mark.skip`` and ``@pytest.mark.xfail`` markers which already accept a ``reason`` argument.
130+
functions and the ``@pytest.mark.skip`` and ``@pytest.mark.xfail`` markers which already accept a ``reason`` argument.
131131

132132
.. code-block:: python
133133

0 commit comments

Comments
 (0)