From 9ccaf9df2ba287d92b4e25588ec7dbe7e1d34ebc Mon Sep 17 00:00:00 2001 From: Syed Faheel Ahmad Date: Thu, 3 Sep 2026 19:18:32 +0530 Subject: [PATCH] Fix minor grammar issue in run parameter section --- doc/en/how-to/skipping.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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