summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin J. Foley <kfoley15@gmail.com>2019-10-01 10:17:26 -0400
committerKevin J. Foley <kfoley15@gmail.com>2019-10-01 10:17:26 -0400
commitb490f5f97915ebe63666e1a51816f81c43d16267 (patch)
tree1169cb49c5fcce2ea1ac5228355f02ef0b2ae4f4 /doc
parent88434f1f42430ac250908b176697f0ac5a9e571c (diff)
downloadpytest-b490f5f97915ebe63666e1a51816f81c43d16267.tar.gz
Fix doc typo
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