From: Walter Dörwald Date: Fri, 18 Mar 2005 10:59:04 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.4.1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19a90e696b3f5405ad0896f5e954029da4df3057;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index d3e7da740bbf..fbb3b60f64eb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1100,7 +1100,7 @@ Core and builtins - Optimized list resize operations to make fewer calls to the system realloc(). Significantly speeds up list appends, list pops, - list comprehensions, and the list contructor (when the input iterable + list comprehensions, and the list constructor (when the input iterable length is not known). - Changed the internal list over-allocation scheme. For larger lists,