From 8fdf232b0e214cab1ef5849dfcf8bf49fc78236d Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:12:38 +0100 Subject: [PATCH] Fix typo --- Doc/library/exceptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 33f37bdf1fc1cd..6a56bb444f01b7 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -1032,7 +1032,7 @@ their subgroups based on the types of the contained exceptions. .. method:: derive(excs) - Returns an exception group with the same :attr:`message`, but which + Returns an exception group with the same :attr:`message` which wraps the exceptions in ``excs``. This method is used by :meth:`subgroup` and :meth:`split`, which