Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9de0a2b

Browse files
committed
fix two typos that turned text into markup
1 parent bd6850f commit 9de0a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/whatsnew24.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ \subsection{Optimizations}
267267
were optimized and now run about one-third faster. The inner
268268
loops were also optimized for \class{dict} with performance
269269
boosts to \method{keys()}, \method{values()}, \method{items()},
270-
\method{\iterkeys()}, \method{\itervalues()}, and \method{iteritems()}.
270+
\method{iterkeys()}, \method{itervalues()}, and \method{iteritems()}.
271271

272272
\item The machinery for growing and shrinking lists was optimized
273273
for speed and for space efficiency. Small lists (under eight elements)

0 commit comments

Comments
 (0)