Skip to content

Commit 871a471

Browse files
Update Doc/reference/compound_stmts.rst
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent 4aba435 commit 871a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ clauses.
417417

418418
If :keyword:`!finally` is present, it specifies a 'cleanup' handler. The
419419
: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
420+
:keyword:`else <except_else>` clauses. If an exception occurs in any of the clauses and is
421421
not handled, the exception is temporarily saved. The :keyword:`!finally` clause
422422
is executed. If there is a saved exception it is re-raised at the end of the
423423
:keyword:`!finally` clause. If the :keyword:`!finally` clause raises another

0 commit comments

Comments
 (0)