]> granicus.if.org Git - python/commitdiff
Fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Nov 2012 22:06:50 +0000 (00:06 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Nov 2012 22:06:50 +0000 (00:06 +0200)
Misc/NEWS

index bd73d0adf28e369b6b8a971859a01e274c37a80b..883bd93c063b736938bee7649c81df32846f660a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,7 +9,7 @@ What's New in Python 2.7.4
 Core and Builtins
 -----------------
 
-- Issue #5057: the peepholer no longer optimize subscription on unicode
+- Issue #5057: the peepholer no longer optimizes subscription on unicode
   literals (e.g. u'foo'[0]) in order to produce compatible pyc files between
   narrow and wide builds.