summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-10-01 12:58:54 -0700
committerGitHub <noreply@github.com>2019-10-01 12:58:54 -0700
commit33c3ec66b77b8e5b3abbe0a81aafceafec1932ee (patch)
tree05ea4642c9d0d6f51512faf21e65085624b59674 /doc
parent9a4c0b991b07dff83896999717545b2b44b38901 (diff)
parentb490f5f97915ebe63666e1a51816f81c43d16267 (diff)
downloadpytest-33c3ec66b77b8e5b3abbe0a81aafceafec1932ee.tar.gz
Merge pull request #5898 from kevinjfoley/doc-typo-fix
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