]> granicus.if.org Git - python/commitdiff
Add missing word
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Sep 2006 13:25:23 +0000 (13:25 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Sep 2006 13:25:23 +0000 (13:25 +0000)
Doc/whatsnew/whatsnew25.tex

index e8a9ce6eeab3f3d6507303a0e8964bd6b95aaea9..36da27c8292ff95b57a706d8ac4d8b9636265ee3 100644 (file)
@@ -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