Skip to content

Commit 03db745

Browse files
authored
add missing colon (#13640)
1 parent 5989efe commit 03db745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/raises.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class RaisesExc(AbstractRaises[BaseExcT_co_default]):
559559
The type is checked with :func:`isinstance`, and does not need to be an exact match.
560560
If that is wanted you can use the ``check`` parameter.
561561
562-
:kwparam str | Pattern[str] match
562+
:kwparam str | Pattern[str] match:
563563
A regex to match.
564564
565565
:kwparam Callable[[BaseException], bool] check:

0 commit comments

Comments
 (0)