summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-03-18 10:28:24 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-03-18 10:28:24 (GMT)
commit09515af5e2c23d9a363a8ef872d81c685fe29a2b (patch)
tree5e36beebb6458000b5306487b76e624e2cbaa429
parent19b2369d426d6e5af0a3647a80ed7c43e3a70ece (diff)
downloadcpython-09515af5e2c23d9a363a8ef872d81c685fe29a2b.zip
cpython-09515af5e2c23d9a363a8ef872d81c685fe29a2b.tar.gz
cpython-09515af5e2c23d9a363a8ef872d81c685fe29a2b.tar.bz2
Fix typo.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
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,