Improves clarity in Sphinx documentation for function signature.
This commit is contained in:
parent
2b86d2bddc
commit
0f65843cb9
|
@ -113,6 +113,7 @@ def exit(
|
||||||
|
|
||||||
:param returncode:
|
:param returncode:
|
||||||
Return code to be used when exiting pytest.
|
Return code to be used when exiting pytest.
|
||||||
|
:default returncode: None
|
||||||
|
|
||||||
:param msg:
|
:param msg:
|
||||||
Same as ``reason``, but deprecated. Will be removed in a future version, use ``reason`` instead.
|
Same as ``reason``, but deprecated. Will be removed in a future version, use ``reason`` instead.
|
||||||
|
|
Loading…
Reference in New Issue