update doctests.rst regarding issue #7116

https://github.com/pytest-dev/pytest/issues/7116
This commit is contained in:
ArtyomKaltovich 2020-04-28 23:04:58 +03:00 committed by GitHub
parent 9bf3efb8e9
commit bef263ee76
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.