From b1487700666b58536ebfb58bf839d87682aa418c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 21 Mar 2018 20:45:28 +0000 Subject: [PATCH] Fix example in usage.rst --- doc/en/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/usage.rst b/doc/en/usage.rst index 174954ce4..68790e5c6 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -270,7 +270,7 @@ And in your tests: .. code-block:: python # content of test_function.py - + import pytest @pytest.mark.test_id(1501) def test_function(): assert True