Skip to content

Commit dd49812

Browse files
authored
Merge pull request #7131 from ArtyomKaltovich/patch-1
update doctests.rst regarding issue #7116
2 parents 9bf3efb + bef263e commit dd49812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/doctest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ can change the pattern by issuing:
88

99
.. code-block:: bash
1010
11-
pytest --doctest-glob='*.rst'
11+
pytest --doctest-glob="*.rst"
1212
1313
on the command line. ``--doctest-glob`` can be given multiple times in the command-line.
1414

0 commit comments

Comments
 (0)