Merged revisions 77544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77544 | ezio.melotti | 2010-01-16 20:38:01 +0200 (Sat, 16 Jan 2010) | 1 line

  typo: use one instead instead of two
........
diff --git a/Misc/NEWS b/Misc/NEWS
index b9ea475..07e2173 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,8 +161,8 @@
 
 - Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
 
-- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
-  instead of __str__.
+- Issue #5037: Proxy the __unicode__ special method to __unicode__ instead of
+  __str__.
 
 Build
 -----