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 4aba435 commit 871a471Copy full SHA for 871a471
Doc/reference/compound_stmts.rst
@@ -417,7 +417,7 @@ clauses.
417
418
If :keyword:`!finally` is present, it specifies a 'cleanup' handler. The
419
:keyword:`try` clause is executed, including any :keyword:`except` and
420
-:keyword:`!else` clauses. If an exception occurs in any of the clauses and is
+:keyword:`else <except_else>` clauses. If an exception occurs in any of the clauses and is
421
not handled, the exception is temporarily saved. The :keyword:`!finally` clause
422
is executed. If there is a saved exception it is re-raised at the end of the
423
:keyword:`!finally` clause. If the :keyword:`!finally` clause raises another
0 commit comments