From: Ezio Melotti Date: Sat, 16 Jan 2010 18:38:01 +0000 (+0000) Subject: typo: use one instead instead of two X-Git-Tag: v2.7a3~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3373a3a2822a5d0bb8c9c97fcd194a936fd8d888;p=thirdparty%2FPython%2Fcpython.git typo: use one instead instead of two --- diff --git a/Misc/NEWS b/Misc/NEWS index da480af78190..bc8529a43185 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -774,8 +774,8 @@ Library - Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can be 2. -- 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__. - Issue #7341: Close the internal file object in the TarFile constructor in case of an error.