]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Fri, 18 Mar 2005 10:59:04 +0000 (10:59 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 18 Mar 2005 10:59:04 +0000 (10:59 +0000)
Misc/NEWS

index d3e7da740bbf95b16164e55bf2cae4a46c8612d3..fbb3b60f64eb85f249cd82080364c0e95652257f 100644 (file)
--- 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,