diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-09-08 13:25:23 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-09-08 13:25:23 (GMT) |
commit | 0449c516d455bbf71a49e770e43c1fcca29d0202 (patch) | |
tree | 7f38a254bf3cbb50f55240b56ccc820ee607a1f1 /Doc/whatsnew | |
parent | b3c18f87e4de369cfe54338067c514115f24ecca (diff) | |
download | cpython-0449c516d455bbf71a49e770e43c1fcca29d0202.zip cpython-0449c516d455bbf71a49e770e43c1fcca29d0202.tar.gz cpython-0449c516d455bbf71a49e770e43c1fcca29d0202.tar.bz2 |
Add missing word
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index e8a9ce6..36da27c 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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 |