8000 gh-98172: Fix formatting in `except*` docs by JelleZijlstra · Pull Request #98173 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove stray >>>
  • Loading branch information
JelleZijlstra committed Oct 11, 2022
commit dbc065da27884855f597a54c43d3e8b0633a5d78
1 change: 0 additions & 1 deletion Doc/reference/compound_stmts.rst
5E46
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0