summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-16 18:38:01 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-16 18:38:01 (GMT)
commit3373a3a2822a5d0bb8c9c97fcd194a936fd8d888 (patch)
tree527c03831e5ea526c1fe0c438afaae32914291f3 /Misc
parent18a818bc63d993c3d3433f69cf2b7d2b9bd63ebf (diff)
downloadcpython-3373a3a2822a5d0bb8c9c97fcd194a936fd8d888.zip
cpython-3373a3a2822a5d0bb8c9c97fcd194a936fd8d888.tar.gz
cpython-3373a3a2822a5d0bb8c9c97fcd194a936fd8d888.tar.bz2
typo: use one instead instead of two
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da480af..bc8529a 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.