diff --git a/doc/en/how-to/skipping.rst b/doc/en/how-to/skipping.rst index 488f71b09f9..03716f997bd 100644 --- a/doc/en/how-to/skipping.rst +++ b/doc/en/how-to/skipping.rst @@ -303,8 +303,8 @@ exception not mentioned in ``raises``. ``run`` parameter ~~~~~~~~~~~~~~~~~ -If a test should be marked as xfail and reported as such but should not be -even executed, use the ``run`` parameter as ``False``: +If a test should be marked as xfail and reported as such but should not even +be executed, use the ``run`` parameter as ``False``: .. code-block:: python