mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix typos in docs and comments (#109619)
This commit is contained in:
parent
32ffe58c12
commit
ef6d475db3
14 changed files with 15 additions and 15 deletions
|
|
@ -786,7 +786,7 @@ Exception Objects
|
|||
|
||||
Implement part of the interpreter's implementation of :keyword:`!except*`.
|
||||
*orig* is the original exception that was caught, and *excs* is the list of
|
||||
the exceptions that need to be raised. This list contains the the unhandled
|
||||
the exceptions that need to be raised. This list contains the unhandled
|
||||
part of *orig*, if any, as well as the exceptions that were raised from the
|
||||
:keyword:`!except*` clauses (so they have a different traceback from *orig*) and
|
||||
those that were reraised (and have the same traceback as *orig*).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue