From b490f5f97915ebe63666e1a51816f81c43d16267 Mon Sep 17 00:00:00 2001 From: "Kevin J. Foley" Date: Tue, 1 Oct 2019 10:17:26 -0400 Subject: [PATCH] Fix doc typo --- doc/en/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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