Skip to content

Commit cb30674

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0cdc5da commit cb30674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/_raises_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def matches(
178178
class RaisesExc(AbstractRaises[BaseExcT_co_default]):
179179
"""
180180
.. versionadded:: 8.4
181-
181+
182182
Helper class to be used together with RaisesGroups when you want to specify requirements on sub-exceptions.
183183
184184
You don't need this if you only want to specify the type, since :class:`RaisesGroup`

0 commit comments

Comments
 (0)