From 09515af5e2c23d9a363a8ef872d81c685fe29a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Fri, 18 Mar 2005 10:28:24 +0000 Subject: Fix typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index c91fb17..bfeda83 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1199,7 +1199,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, -- cgit v0.12