From bef263ee76d8ed3a278621a3243cd03810d08b0d Mon Sep 17 00:00:00 2001 From: ArtyomKaltovich Date: Tue, 28 Apr 2020 23:04:58 +0300 Subject: [PATCH] update doctests.rst regarding issue #7116 https://github.com/pytest-dev/pytest/issues/7116 --- doc/en/doctest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/doctest.rst b/doc/en/doctest.rst index b73cc994a..a85ac3d64 100644 --- a/doc/en/doctest.rst +++ b/doc/en/doctest.rst @@ -8,7 +8,7 @@ can change the pattern by issuing: .. code-block:: bash - pytest --doctest-glob='*.rst' + pytest --doctest-glob="*.rst" on the command line. ``--doctest-glob`` can be given multiple times in the command-line.