Skip to content

Commit 8fdf232

Browse files
Fix typo
1 parent fd04005 commit 8fdf232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ their subgroups based on the types of the contained exceptions.
10321032

10331033
.. method:: derive(excs)
10341034

1035-
Returns an exception group with the same :attr:`message`, but which
1035+
Returns an exception group with the same :attr:`message` which
10361036
wraps the exceptions in ``excs``.
10371037

10381038
This method is used by :meth:`subgroup` and :meth:`split`, which

0 commit comments

Comments
 (0)