Skip to content

Commit

Permalink
Update doc regarding pytest.raises (#5834)
Browse files Browse the repository at this point in the history
Update doc regarding pytest.raises
  • Loading branch information
nicoddemus authored Sep 9, 2019
2 parents 6c8bcf6 + f0d5383 commit 23102a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pytest.raises

**Tutorial**: :ref:`assertraises`.

.. autofunction:: pytest.raises(expected_exception: Exception, [match], [message])
.. autofunction:: pytest.raises(expected_exception: Exception, [match])
:with: excinfo

pytest.deprecated_call
Expand Down

0 comments on commit 23102a7

Please sign in to comment.