We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646a46e commit 549839bCopy full SHA for 549839b
src/_pytest/python_api.py
@@ -801,7 +801,7 @@ def raises( # noqa: F811
801
r"""Assert that a code block/function call raises an exception.
802
803
:param typing.Type[E] | typing.Tuple[typing.Type[E], ...] expected_exception:
804
- The excpected exception type, or a tuple if one of multiple possible
+ The expected exception type, or a tuple if one of multiple possible
805
exception types are excepted.
806
:kwparam str | typing.Pattern[str] | None match:
807
If specified, a string containing a regular expression,
0 commit comments