From deade370b9d151d0587eb1f1fa8de93a15d2dbfa Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 1 Apr 2019 07:13:45 +1100 Subject: [PATCH] Update doc/en/mark.rst Co-Authored-By: Zac-HD --- doc/en/mark.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 6b9de7e6d..0ce9cb31b 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -43,7 +43,7 @@ Marks can be registered in ``pytest.ini`` like this: When the ``--strict`` command-line flag is passed, any unknown marks applied with the ``@pytest.mark.name_of_the_mark`` decorator will trigger an error. Marks added by pytest or by a plugin instead of the decorator will not trigger -this error. To enforce a limited set of markers, add ``--strict`` to ``addopts``: +this error. To enforce validation of markers, add ``--strict`` to ``addopts``: .. code-block:: ini