Skip to content

Commit bef263e

Browse files
update doctests.rst regarding issue #7116
#7116
1 parent 9bf3efb commit bef263e

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)