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
commit dd49812dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.