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 fd04005 commit 8fdf232Copy full SHA for 8fdf232
Doc/library/exceptions.rst
@@ -1032,7 +1032,7 @@ their subgroups based on the types of the contained exceptions.
1032
1033
.. method:: derive(excs)
1034
1035
- Returns an exception group with the same :attr:`message`, but which
+ Returns an exception group with the same :attr:`message` which
1036
wraps the exceptions in ``excs``.
1037
1038
This method is used by :meth:`subgroup` and :meth:`split`, which
0 commit comments