]> granicus.if.org Git - python/commitdiff
Fix leftover word.
authorGeorg Brandl <georg@python.org>
Sat, 17 Dec 2005 21:47:06 +0000 (21:47 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 17 Dec 2005 21:47:06 +0000 (21:47 +0000)
Misc/NEWS

index 3aa65191bd12f21cf6f28a822b3221cf6f9d24b1..9aff5c92f8367b4ad29c43a21e5c3432ff716382 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,7 +14,7 @@ Core and builtins
 
 - 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.