fix two typos that turned text into markup

This commit is contained in:
Fred Drake 2004-03-20 08:13:32 +00:00
parent bd6850f6cb
commit 9de0a2ba9d
1 changed files with 1 additions and 1 deletions

View File

@ -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)