diff options
author | Fred Drake <fdrake@acm.org> | 2004-03-20 08:13:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-03-20 08:13:32 (GMT) |
commit | 9de0a2ba9dba2794927b895e9a8473c9437bebd1 (patch) | |
tree | 4f85a01b577cfd58cde8b6c6b3172367238f8456 | |
parent | bd6850f6cb4d078cd87c0dcade3d0138e162d9dc (diff) | |
download | cpython-9de0a2ba9dba2794927b895e9a8473c9437bebd1.zip cpython-9de0a2ba9dba2794927b895e9a8473c9437bebd1.tar.gz cpython-9de0a2ba9dba2794927b895e9a8473c9437bebd1.tar.bz2 |
fix two typos that turned text into markup
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index b743a5c..8e2b11e 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -267,7 +267,7 @@ yellow 5 were optimized and now run about one-third faster. The inner loops were also optimized for \class{dict} with performance boosts to \method{keys()}, \method{values()}, \method{items()}, -\method{\iterkeys()}, \method{\itervalues()}, and \method{iteritems()}. +\method{iterkeys()}, \method{itervalues()}, and \method{iteritems()}. \item The machinery for growing and shrinking lists was optimized for speed and for space efficiency. Small lists (under eight elements) |