mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Add missing word
This commit is contained in:
parent
b3c18f87e4
commit
0449c516d4
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ is always executed, or one or more \keyword{except} blocks to catch
|
|||
specific exceptions. You couldn't combine both \keyword{except} blocks and a
|
||||
\keyword{finally} block, because generating the right bytecode for the
|
||||
combined version was complicated and it wasn't clear what the
|
||||
semantics of the combined should be.
|
||||
semantics of the combined statement should be.
|
||||
|
||||
Guido van~Rossum spent some time working with Java, which does support the
|
||||
equivalent of combining \keyword{except} blocks and a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue