diff --git a/doc/en/reference.rst b/doc/en/reference.rst index b6df27f9cc2..9c3a4c73175 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -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