From: Fred Drake Date: Sat, 20 Mar 2004 08:13:32 +0000 (+0000) Subject: fix two typos that turned text into markup X-Git-Tag: v2.4a1~670 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9de0a2ba9dba2794927b895e9a8473c9437bebd1;p=thirdparty%2FPython%2Fcpython.git fix two typos that turned text into markup --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index b743a5ce7d11..8e2b11ec3190 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)