From 4696ba74f90d8eecad453dd08e5f5493d697f2a9 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Tue, 19 Jul 2022 22:16:14 +0200 Subject: [PATCH] Fix typo in example/markers docs --- doc/en/example/markers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/markers.rst b/doc/en/example/markers.rst index 2260dbf42..34d96c2bc 100644 --- a/doc/en/example/markers.rst +++ b/doc/en/example/markers.rst @@ -346,7 +346,7 @@ Custom marker and command line option to control test runs Plugins can provide custom markers and implement specific behaviour based on it. This is a self-contained example which adds a command line option and a parametrized test function marker to run tests -specifies via named environments: +specified via named environments: .. code-block:: python