From: Andrew M. Kuchling Date: Fri, 8 Sep 2006 13:25:23 +0000 (+0000) Subject: Add missing word X-Git-Tag: v2.6a1~2678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0449c516d455bbf71a49e770e43c1fcca29d0202;p=python Add missing word --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index e8a9ce6eea..36da27c829 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