Skip to content

Commit 33c3ec6

Browse files
authored
Merge pull request #5898 from kevinjfoley/doc-typo-fix
Fix doc typo
2 parents 9a4c0b9 + b490f5f commit 33c3ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ passed multiple times. The expected format is ``name=value``. For example::
10031003
[pytest]
10041004
addopts = --maxfail=2 -rf # exit after 2 failures, report fail info
10051005
1006-
issuing ``pytest test_hello.py`` actually means::
1006+
issuing ``pytest test_hello.py`` actually means:
10071007

10081008
.. code-block:: bash
10091009

0 commit comments

Comments
 (0)