summaryrefslogtreecommitdiff
path: root/doc/en/example
diff options
context:
space:
mode:
authorDrew Devereux <drew.devereux@csiro.au>2020-07-29 15:10:13 +0800
committerGitHub <noreply@github.com>2020-07-29 09:10:13 +0200
commit88cc636c181f7283acb19b2e6154dca187124b8f (patch)
tree0c1a7029af309b92cfe755aaaae858690983968d /doc/en/example
parentc7216ae0f6f91256a6feb3b6e49ceb2abbe576e4 (diff)
downloadpytest-88cc636c181f7283acb19b2e6154dca187124b8f.tar.gz
Update markers.rst (#7563)
Extra colon to make code block render correctly
Diffstat (limited to 'doc/en/example')
-rw-r--r--doc/en/example/markers.rst2
1 files changed, 1 insertions, 1 deletions
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