Skip to content

Commit 2a22a69

Browse files
Remove missing msg parameter from docs
1 parent d924a63 commit 2a22a69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/en/reference/reference.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pytest.fail
5454

5555
**Tutorial**: :ref:`skipping`
5656

57-
.. autofunction:: pytest.fail(reason, [pytrace=True, msg=None])
57+
.. autofunction:: pytest.fail(reason, [pytrace=True])
5858

5959
.. class:: pytest.fail.Exception
6060

@@ -63,7 +63,7 @@ pytest.fail
6363
pytest.skip
6464
~~~~~~~~~~~
6565

66-
.. autofunction:: pytest.skip(reason, [allow_module_level=False, msg=None])
66+
.. autofunction:: pytest.skip(reason, [allow_module_level=False])
6767

6868
.. class:: pytest.skip.Exception
6969

@@ -88,7 +88,7 @@ pytest.xfail
8888
pytest.exit
8989
~~~~~~~~~~~
9090

91-
.. autofunction:: pytest.exit(reason, [returncode=None, msg=None])
91+
.. autofunction:: pytest.exit(reason, [returncode=None])
9292

9393
.. class:: pytest.exit.Exception
9494

0 commit comments

Comments
 (0)