[Python-checkins] commit of r41742 - python/trunk/Misc/NEWS

reinhold.birkenfeld python-checkins at python.org
Sat Dec 17 22:47:07 CET 2005


Author: reinhold.birkenfeld
Date: Sat Dec 17 22:47:06 2005
New Revision: 41742

Modified:
   python/trunk/Misc/NEWS
Log:
Fix leftover word.



Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Dec 17 22:47:06 2005
@@ -14,7 +14,7 @@
 
 - Implementation of PEP 341 - Unification of try/except and try/finally.
   "except" clauses can now be written together with a "finally" clause in
-  the one try statement instead of two nested ones.
+  one try statement instead of two nested ones.
 
 - Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec
   now encodes backslash correctly.


More information about the Python-checkins mailing list