Skip to content

Commit 2c94c4a

Browse files
add missing colon (#13640) (#13641)
(cherry picked from commit 03db745) Co-authored-by: John Litborn <[email protected]>
1 parent c3d7684 commit 2c94c4a

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)