Commit 9de0a2ba authored by Fred Drake's avatar Fred Drake

fix two typos that turned text into markup

parent bd6850f6
...@@ -267,7 +267,7 @@ yellow 5 ...@@ -267,7 +267,7 @@ yellow 5
were optimized and now run about one-third faster. The inner were optimized and now run about one-third faster. The inner
loops were also optimized for \class{dict} with performance loops were also optimized for \class{dict} with performance
boosts to \method{keys()}, \method{values()}, \method{items()}, 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 \item The machinery for growing and shrinking lists was optimized
for speed and for space efficiency. Small lists (under eight elements) for speed and for space efficiency. Small lists (under eight elements)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment