Merge pull request #5898 from kevinjfoley/doc-typo-fix

Fix doc typo
This commit is contained in:
Anthony Sottile 2019-10-01 12:58:54 -07:00 committed by GitHub
commit 33c3ec66b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]
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