Fix doc typo

This commit is contained in:
Kevin J. Foley 2019-10-01 10:17:26 -04:00
parent 88434f1f42
commit b490f5f979
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ passed multiple times. The expected format is ``name=value``. For example::
[pytest] [pytest]
addopts = --maxfail=2 -rf # exit after 2 failures, report fail info addopts = --maxfail=2 -rf # exit after 2 failures, report fail info
issuing ``pytest test_hello.py`` actually means:: issuing ``pytest test_hello.py`` actually means:
.. code-block:: bash .. code-block:: bash