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

index c91fb17ce62f4f0f2c7e37fb69c67e2b009ad199..bfeda8332639f64bbf26bff33b825ee3c73c0ab2 100644 (file)
--- 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,