From 88cc636c181f7283acb19b2e6154dca187124b8f Mon Sep 17 00:00:00 2001 From: Drew Devereux Date: Wed, 29 Jul 2020 15:10:13 +0800 Subject: [PATCH] Update markers.rst (#7563) Extra colon to make code block render correctly --- 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 38610ee3a..99e3386b8 100644 --- a/doc/en/example/markers.rst +++ b/doc/en/example/markers.rst @@ -280,7 +280,7 @@ its test methods: This is equivalent to directly applying the decorator to the two test functions. -To apply marks at the module level, use the :globalvar:`pytestmark` global variable: +To apply marks at the module level, use the :globalvar:`pytestmark` global variable:: import pytest pytestmark = pytest.mark.webtest