Merge pull request #7131 from ArtyomKaltovich/patch-1

update doctests.rst regarding issue #7116
This commit is contained in:
Anthony Sottile
2020-04-28 13:59:25 -07:00
committed by GitHub

View File

@@ -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.