summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-02-12 13:49:03 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-02-12 13:49:03 (GMT)
commitc227965cbd77f73b4ede12bb8dcd0dd8ec939388 (patch)
treea30c92e9ef80cccb0dcdd47d08419432c1cb7341 /Misc
parent46652326bed4f657dad50e550b1cdef31f7ed112 (diff)
downloadcpython-c227965cbd77f73b4ede12bb8dcd0dd8ec939388.zip
cpython-c227965cbd77f73b4ede12bb8dcd0dd8ec939388.tar.gz
cpython-c227965cbd77f73b4ede12bb8dcd0dd8ec939388.tar.bz2
Typo in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b48761c..f311d55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,7 +90,7 @@ Core and Builtins
Library
-------
-- Issue #13994: Earler partial revert of Distutils enhancements in 2.7
+- Issue #13994: Earlier partial revert of Distutils enhancements in 2.7
has left two versions of customize_compiler, the original in
distutils.sysconfig and another copy in distutils.ccompiler, with some
parts of distutils calling one and others using the other.