update doctests.rst regarding issue #7116
https://github.com/pytest-dev/pytest/issues/7116
This commit is contained in:
parent
9bf3efb8e9
commit
bef263ee76
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue