]> granicus.if.org Git - python/commitdiff
Typo in Misc/NEWS.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 12 Feb 2012 13:49:03 +0000 (14:49 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 12 Feb 2012 13:49:03 +0000 (14:49 +0100)
Misc/NEWS

index b48761c59d3a02d336522fd95e60d7364c594bd9..f311d55cea11a88cb47e952e6eee71af53d05287 100644 (file)
--- 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.