Merge pull request #7131 from ArtyomKaltovich/patch-1
update doctests.rst regarding issue #7116
This commit is contained in:
commit
dd49812dae
|
@ -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