summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/reference.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index b6df27f9c..9c3a4c731 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