diff options
author | Georg Brandl <georg@python.org> | 2005-12-17 21:47:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-12-17 21:47:06 (GMT) |
commit | 58f46b65656e95ed0bb8e1d2f7c41299e838d8eb (patch) | |
tree | 28caecdb28f6fac7b6085791f35dc61da89c0f26 /Misc/NEWS | |
parent | fa16668c9b9d8140260fbd80b81f81d139adfcd6 (diff) | |
download | cpython-58f46b65656e95ed0bb8e1d2f7c41299e838d8eb.zip cpython-58f46b65656e95ed0bb8e1d2f7c41299e838d8eb.tar.gz cpython-58f46b65656e95ed0bb8e1d2f7c41299e838d8eb.tar.bz2 |
Fix leftover word.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |