Skip to content

Commit

Permalink
Merge pull request #5898 from kevinjfoley/doc-typo-fix
Browse files Browse the repository at this point in the history
Fix doc typo
  • Loading branch information
asottile committed Oct 1, 2019
2 parents 9a4c0b9 + b490f5f commit 33c3ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/reference.rst
Expand Up @@ -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
Expand Down

0 comments on commit 33c3ec6

Please sign in to comment.