gh-98172: Fix formatting in except* docs (#98173)

This commit is contained in:
Jelle Zijlstra 2022-10-11 09:13:56 -07:00 committed by GitHub
parent df3a6d9beb
commit 5ecf961640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,6 @@ one :keyword:`!except*` clause, the first that matches it. ::
+-+---------------- 1 ----------------
| ValueError: 1
+------------------------------------
>>>
Any remaining exceptions that were not handled by any :keyword:`!except*`
clause are re-raised at the end, combined into an exception group along with