mirror of
https://github.com/python/cpython.git
synced 2026-01-17 21:00:12 +00:00
fix typo; thanks to Dmitry Northerner from docs@
This commit is contained in:
parent
4216aa1e52
commit
c19d7b6556
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ not handled, the exception is temporarily saved. The :keyword:`finally` clause
|
|||
is executed. If there is a saved exception, it is re-raised at the end of the
|
||||
:keyword:`finally` clause. If the :keyword:`finally` clause raises another
|
||||
exception or executes a :keyword:`return` or :keyword:`break` statement, the
|
||||
saved exception is dicarded::
|
||||
saved exception is discarded::
|
||||
|
||||
def f():
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue