Skip to content

Commit deade37

Browse files
blueyedZac-HD
andauthored
Update doc/en/mark.rst
Co-Authored-By: Zac-HD <[email protected]>
1 parent 00810b9 commit deade37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/mark.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Marks can be registered in ``pytest.ini`` like this:
4343
When the ``--strict`` command-line flag is passed, any unknown marks applied
4444
with the ``@pytest.mark.name_of_the_mark`` decorator will trigger an error.
4545
Marks added by pytest or by a plugin instead of the decorator will not trigger
46-
this error. To enforce a limited set of markers, add ``--strict`` to ``addopts``:
46+
this error. To enforce validation of markers, add ``--strict`` to ``addopts``:
4747

4848
.. code-block:: ini
4949

0 commit comments

Comments
 (0)